Skip to content

Commit 7c6cb5b

Browse files
authored
Disable tests on macOS-latest (#954)
`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 838ed05 commit 7c6cb5b

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
@@ -45,7 +45,7 @@ jobs:
4545
- '1'
4646
os:
4747
- ubuntu-latest
48-
- macOS-latest
48+
# - macOS-latest # FastTransforms.jl is currently broken on macOS-latest
4949
- windows-latest
5050
arch:
5151
- x64

0 commit comments

Comments
 (0)