From 33a672f9e745f3bfcbc3b43fb8080ad3d2dd539e Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Thu, 17 Apr 2025 12:34:14 +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 f01b86b..a52e019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - '1' os: - ubuntu-latest - - macOS-latest + # - macOS-latest # FastTransforms.jl is broken on macOS-latest - windows-latest arch: - x64