Skip to content

Commit

Permalink
Test Julia 1.6 on x86 macOS instead of ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 23, 2024
1 parent 5c6e1db commit 1a12023
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ jobs:
- false
os: [ubuntu-latest, windows-latest, macos-latest]
arch: [x64]
exclude:
# No native binaries for Julia 1.6 on ARM macOS
- os: macos-latest
version: '1.6'
include:
# In its place, test Julia 1.6 on x86 macOS
- os: macos-13
version: '1.6'
- os: ubuntu-latest
experimental: false
prefix: xvfb-run # julia-actions/julia-runtest/blob/master/README.md
Expand Down

0 comments on commit 1a12023

Please sign in to comment.