Skip to content

Commit

Permalink
CI: test on Julia 1.8; fewer macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 12, 2022
1 parent 8e3eaf7 commit b62d130
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,21 @@ jobs:
matrix:
julia-version:
- '1.6'
- '~1.7.0-0'
- '1.7'
- '1.8'
- '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)
- julia-version: '1.6'
julia-arch: x64
os: macOS-latest
- julia-version: 'nightly'
julia-arch: x64
os: macOS-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b62d130

Please sign in to comment.