Skip to content

Commit e289a0d

Browse files
authored
Disable nightly (#342)
1 parent 8e55f79 commit e289a0d

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
@@ -29,9 +29,9 @@ jobs:
2929
- version: 'pre'
3030
os: ubuntu-latest
3131
arch: x64
32-
- version: 'nightly'
33-
os: ubuntu-latest
34-
arch: x64
32+
# - version: 'nightly'
33+
# os: ubuntu-latest
34+
# arch: x64
3535
steps:
3636
- uses: actions/checkout@v4
3737
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)