Skip to content

Commit

Permalink
ci: test with macos-13-x64 and macos-latest-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Dec 14, 2024
1 parent 5542ec8 commit cf1043e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@ jobs:
- '1'
os:
- ubuntu-latest
- macOS-latest
- macos-13 # Intel
- windows-latest
arch:
- x64
include:
# macos-latest -> Apple Silicon (Need julia >= v1.8)
- os: macos-latest
arch: 'aarch64'
version: 'lts'
- os: macos-latest
arch: 'aarch64'
version: '1'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/cache@v2
Expand Down

0 comments on commit cf1043e

Please sign in to comment.