Skip to content

Commit

Permalink
Merge pull request #436 from WilhelmusLab/435-ci-add-matrix-of-runner…
Browse files Browse the repository at this point in the history
…s-19-to-111

ci: update matrix to include multiple Julia versions
  • Loading branch information
cpaniaguam authored Sep 27, 2024
2 parents 7e1f842 + d24b78d commit adcf649
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- '1.9'
os:
- ubuntu-latest
arch:
- x64
version: ['1.9', '1.10', '~1.11.0-0']
os: [ubuntu-latest, macos-latest]
arch: [x64, arm64]
exclude:
- os: ubuntu-latest
arch: arm64
- os: macos-latest
arch: x64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit adcf649

Please sign in to comment.