Skip to content

Commit

Permalink
[CI] Test also on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Nov 15, 2024
1 parent 1aeceb4 commit aa33cc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
arch:
- x64
threads: [1, 2]
include:
- version: "1"
os: macos-latest
arch: "aarch64"
threads: 1
- version: "1"
os: macos-latest
arch: "aarch64"
threads: 2
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit aa33cc8

Please sign in to comment.