Skip to content

Commit

Permalink
CI: Fix macOS CI (don't try to run Julia 1.7 on Apple Silicon) (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jul 2, 2024
1 parent 5e3816f commit 1befe55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,14 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macOS-latest
- macos-13
- macos-latest
install_general_registry:
- true
- false
exclude:
- os: macos-latest
julia-version: "1.7"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1befe55

Please sign in to comment.