Skip to content

Commit fc71a5b

Browse files
authored
Disable tests on macOS-latest (#111)
`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.
1 parent 0b75df3 commit fc71a5b

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
@@ -42,7 +42,7 @@ jobs:
4242
- '1'
4343
os:
4444
- ubuntu-latest
45-
- macOS-latest
45+
# - macOS-latest # FastTransforms.jl is broken on macOS-latest
4646
- windows-latest
4747
arch:
4848
- x64

0 commit comments

Comments
 (0)