Skip to content

Commit 9a69c27

Browse files
authored
Update CI.yml
1 parent 8bc8510 commit 9a69c27

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ jobs:
1212
version:
1313
- '1.6'
1414
- '1'
15-
- 'nightly'
15+
- 'pre'
1616
os:
1717
- ubuntu-latest
18-
- macOS-latest
1918
- windows-latest
2019
arch:
2120
- x64
21+
include:
22+
- os: macOS-14
23+
arch: aarch64
24+
version: '1'
2225
steps:
2326
- uses: actions/checkout@v4
2427
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)