Skip to content

Commit 9569950

Browse files
authored
Update CI.yml
1 parent 3b9f93a commit 9569950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- '1.9' # Minimum required Julia version (supporting extensions)
2222
- '1.10' # LTS version
2323
- '1' # Latest stable 1.x release of Julia
24-
- 'nightly' # CUDA fails to pre-compile on nightly
24+
#- 'nightly' # CUDA fails to pre-compile on nightly
2525
os:
2626
- ubuntu-latest
27-
- macOS-latest
28-
- windows-latest
27+
#- macOS-latest
28+
#- windows-latest
2929
arch:
3030
- x64
3131
steps:

0 commit comments

Comments
 (0)