Skip to content

Commit

Permalink
spare CI credits
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Mar 26, 2024
1 parent 04da77a commit 74ffd11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
version:
- '1.6'
- '1' # latest 1.X
- '~1.11.0-0' # upcoming julia version, next `rc`
experimental:
- false
os:
Expand All @@ -32,6 +31,10 @@ jobs:
- macOS-latest
arch: [x64]
include:
- os: ubuntu-latest
experimental: true
version: '~1.11.0-0' # upcoming julia version, next `rc`
arch: x64
- os: ubuntu-latest
experimental: true
version: 'nightly'
Expand Down

0 comments on commit 74ffd11

Please sign in to comment.