Skip to content

Commit 1764c38

Browse files
authored
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.
1 parent 6b0e72b commit 1764c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- '1'
4242
os:
4343
- ubuntu-latest
44-
- macOS-latest
44+
# - macOS-latest # FastTransforms.jl is broken on macOS-latest
4545
# - windows-latest
4646
arch:
4747
- x64

0 commit comments

Comments
 (0)