Skip to content

Commit

Permalink
ci: add macos-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 2, 2024
1 parent 27feb76 commit 23e2a6a
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 @@ -33,6 +33,13 @@ jobs:
exclude:
- os: macos-13 # Intel
julia-arch: x86
include:
- os: macos-latest # Apple Silicon
julia-arch: 'aarch64'
julia-version: 'lts'
- os: macos-latest # Apple Silicon
julia-arch: 'aarch64'
julia-version: 'nightly'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 23e2a6a

Please sign in to comment.