Skip to content

Commit

Permalink
Stop testing on nightly
Browse files Browse the repository at this point in the history
It's makes the CI status unreliable. We can test upcoming releases in separate PRs.
  • Loading branch information
andreasnoack authored May 26, 2024
1 parent 9addbb8 commit b8fee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version:
- '1' # automatically expands to the latest stable 1.x release of Julia (currently 1.9.x)
- '~1.10.0-0'
- 'nightly'
# - 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit b8fee00

Please sign in to comment.