We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9f93a commit 9569950Copy full SHA for 9569950
.github/workflows/CI.yml
@@ -21,11 +21,11 @@ jobs:
21
- '1.9' # Minimum required Julia version (supporting extensions)
22
- '1.10' # LTS version
23
- '1' # Latest stable 1.x release of Julia
24
- - 'nightly' # CUDA fails to pre-compile on nightly
+ #- 'nightly' # CUDA fails to pre-compile on nightly
25
os:
26
- ubuntu-latest
27
- - macOS-latest
28
- - windows-latest
+ #- macOS-latest
+ #- windows-latest
29
arch:
30
- x64
31
steps:
0 commit comments