Skip to content

Commit 92be507

Browse files
authored
Update ci.yml (#477)
1 parent de0728c commit 92be507

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,21 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- "1.3"
18-
- "1"
19-
- "nightly"
17+
- '1.6'
18+
- '1'
2019
os:
2120
- ubuntu-latest
22-
- macOS-latest
2321
- windows-latest
2422
arch:
2523
- x64
24+
include:
25+
- os: macOS-13
26+
arch: x64
27+
version: 1
28+
- os: macOS-latest
29+
arch: aarch64
30+
version: 1
31+
2632
steps:
2733
- uses: actions/checkout@v4
2834
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)