From 1764c381328a2947c7bde3a026b5dc429893e13d Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Thu, 17 Apr 2025 12:24:05 +0530 Subject: [PATCH] Disable `macOS-latest` tests The test failures arise from `FastTransforms.jl` being broken on `macOS-latest`, and we may re-enable these tests when the breakages are 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 4e9bfe1..473c92a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - '1' os: - ubuntu-latest - - macOS-latest + # - macOS-latest # FastTransforms.jl is broken on macOS-latest # - windows-latest arch: - x64