Skip to content

Commit 3b9f93a

Browse files
authored
Add all CI again
1 parent a0d9272 commit 3b9f93a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.9' # Minimum required Julia version (supporting extensions)
22-
- '1' # Latest stable 1.x release of Julia
23-
#- 'nightly' # CUDA fails to pre-compile on nightly
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
2425
os:
2526
- ubuntu-latest
26-
#- macOS-latest
27-
#- windows-latest
27+
- macOS-latest
28+
- windows-latest
2829
arch:
2930
- x64
3031
steps:

0 commit comments

Comments
 (0)