Skip to content

Commit

Permalink
ci: run on macOS-latest - aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Nov 27, 2024
1 parent 7f44049 commit f775de8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
julia-arch:
- 'x64'
- 'x86'
julia-version:
- '1.10' # LTS
- 'nightly'
exclude:
include:
# NOTE: macOS-latest+x64 == rosetta on apple silicon
- os: macOS-latest
julia-arch: x86
julia-version: ['1.10', 'nightly']
julia-arch: aarch64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit f775de8

Please sign in to comment.