Skip to content

Commit 8a49fe5

Browse files
authored
Merge pull request #170 from JuliaMath/ViralBShah-patch-2
Update CI.yml
2 parents b57abb9 + 95ba33f commit 8a49fe5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ jobs:
2828
- '1'
2929
os:
3030
- ubuntu-latest
31-
- macOS-latest
31+
- macOS-13
3232
- windows-latest
3333
arch:
3434
- x64
35+
include:
36+
- os: macOS-latest
37+
arch: aarch64
38+
version: 1
3539
steps:
3640
- uses: actions/checkout@v4
3741
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)