Skip to content

Commit

Permalink
ci: test with macos-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 14, 2024
1 parent e9f0f12 commit 52f0785
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ jobs:
- windows-latest
arch:
- x64
include:
# macos-latest -> Apple Silicon
- os: macos-latest
julia-arch: 'aarch64'
julia-version: '1.0'
- os: macos-latest
julia-arch: 'aarch64'
julia-version: '1'
- os: macos-latest
julia-arch: 'aarch64'
julia-version: 'nightly'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 52f0785

Please sign in to comment.