Skip to content

Commit

Permalink
Update ci.yml for aarch64 mac on master
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 3, 2024
1 parent b50b774 commit 7ea46b4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ jobs:
- '1' # latest stable
experimental:
- false
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
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
- os: macos-latest
experimental: false
version: '1.6'
arch: aarch64
version: '1'
- os: ubuntu-latest
experimental: false
prefix: xvfb-run # julia-actions/julia-runtest/blob/master/README.md
Expand Down

0 comments on commit 7ea46b4

Please sign in to comment.