Skip to content

Commit e0ccfb0

Browse files
committed
restore nightly CI
1 parent 297226c commit e0ccfb0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
julia-version:
1818
- '1'
19-
julia-arch: [x64]
19+
julia-arch:
20+
- x64
2021
os:
2122
- ubuntu-latest
2223
- windows-latest
23-
2424
include:
2525
- os: macOS-latest
2626
julia-arch: aarch64
@@ -30,7 +30,8 @@ jobs:
3030
julia-version: '1.6'
3131
- os: ubuntu-latest
3232
julia-arch: x64
33-
julia-version: 'pre'
33+
julia-version: 'nightly'
34+
3435
steps:
3536
- uses: actions/checkout@v4
3637
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)