From e53c524f0306203888b62d6484ce7b954b44714e Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Thu, 17 Apr 2025 12:36:49 +0530 Subject: [PATCH] Disable tests on `macOS-latest` `FastTransforms.jl` is currently broken on `macOS-latest`, which leads to test failures in this package. The tests may be enabled again when the upstream package is fixed. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a19f089c..c5f641dab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - '1' os: - ubuntu-latest - - macOS-latest + # - macOS-latest # FastTransforms.jl is currently broken on macOS-latest - windows-latest arch: - x64