Skip to content

Commit b8fee00

Browse files
authored
Stop testing on nightly
It's makes the CI status unreliable. We can test upcoming releases in separate PRs.
1 parent 9addbb8 commit b8fee00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version:
1515
- '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x)
1616
- '~1.10.0-0'
17-
- 'nightly'
17+
# - 'nightly'
1818
os:
1919
- ubuntu-latest
2020
- macOS-latest

0 commit comments

Comments
 (0)