Skip to content

Commit

Permalink
Exclude Julia v1.4 on MacOS from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed May 7, 2024
1 parent 12cbac8 commit 960f5d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-version: '1.4'
julia-arch: x64
- os: macOS-latest
julia-arch: x86
steps:
Expand Down

0 comments on commit 960f5d8

Please sign in to comment.