Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 12, 2023
1 parent 2b7bf9b commit 0dced56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,22 @@ jobs:
- '1.6' # latest LTS
- '1'
- '~1.10.0-0' # upcoming julia version, next `rc`
experimental: [false]
experimental:
- false
os: [ubuntu-latest]
arch: [x64]
include: # spare windows/macos CI credits
- os: windows-latest
experimental: false
version: '1'
arch: x64
- os: macOS-latest
experimental: false
version: '1'
arch: x64
- os: ubuntu-latest
version: 'nightly'
experimental: true
version: 'nightly'
arch: x64

steps:
Expand Down

0 comments on commit 0dced56

Please sign in to comment.