Skip to content

Commit

Permalink
larger matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Nov 24, 2024
1 parent 0c30da6 commit c062cd0
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,26 @@ jobs:
fail-fast: false
matrix:
version:
- 'min'
- 'lts'
- '1'
- 'pre'
- 'nightly'
- min
- lts
- 1
- pre
- nightly
os:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
- i686
- aarch64
exclude:
- version: '1.6'
os: 'windows-latest'
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
- os: macOS-latest
arch: i686
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit c062cd0

Please sign in to comment.