Skip to content

Commit

Permalink
CI: test on Julia 1.8 & 1.9, reduce macOS jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 24, 2023
1 parent 6969b63 commit da32bb3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ jobs:
matrix:
julia-version:
- '1.6'
- '~1.7.0-0'
- '1.7'
- '1.8'
- '~1.9.0-0'
- 'nightly'
julia-arch:
- x64
os:
- ubuntu-latest
- macOS-latest
include:
# Add a few macOS jobs (not too many, the number we can run in parallel is limited)
- os: macOS-latest
julia-version: '1.6'

steps:
- uses: actions/checkout@v3
Expand All @@ -38,7 +41,6 @@ jobs:
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
- name: Cache artifacts
uses: actions/cache@v3
env:
Expand Down

0 comments on commit da32bb3

Please sign in to comment.