Skip to content

Commit f95ac2a

Browse files
authored
test macOS-aarch64 instead of x64
1 parent 3a06291 commit f95ac2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- ubuntu-latest
2626
- windows-latest
2727
- macOS-latest
28+
arch:
29+
- x64
30+
include:
31+
- os: macOS-latest
32+
arch: aarch64
2833
steps:
2934
- uses: actions/checkout@v6
3035
- uses: julia-actions/setup-julia@v3

0 commit comments

Comments
 (0)