Skip to content

Commit

Permalink
Adjust macOS Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Jan 9, 2024
1 parent 3bef491 commit e0d5217
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,19 @@ jobs:
- ubuntu-latest
- macos-latest
- windows-latest
arch:
- x64
exclude:
- version: "1.6"
os: macos-latest
include:
- version: "1.7"
os: macos-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
persist-credentials: false
- uses: julia-actions/setup-julia@58ad1cdde70774ab0693de31c3cd4e751b46aea2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@207a5a0786d0263d27c287c7bc6dd54fec8bed64
- uses: julia-actions/julia-buildpkg@5484b0e27fa12452eb1deffe4fd40ff700c429b9
- uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f
Expand Down

0 comments on commit e0d5217

Please sign in to comment.