Skip to content

Commit 62c9c70

Browse files
committed
🚨 Update GitHub actions
1 parent 79a9cb1 commit 62c9c70

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/ci-nightly.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
- windows-latest
2323
arch:
2424
- x64
25+
- arm64
26+
exclude:
27+
- os: ubuntu-latest
28+
arch: arm64
29+
- os: macos-latest
30+
arch: x64
31+
- os: windows-latest
32+
arch: arm64
2533
steps:
2634
- uses: actions/checkout@v4
2735
- uses: julia-actions/setup-julia@v2

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.10'
19-
- '1' # This automatically expands to the latest stable 1.x release.
19+
- '1'
2020
os:
2121
- ubuntu-latest
2222
- macos-latest
2323
- windows-latest
2424
arch:
2525
- x64
26+
- arm64
27+
exclude:
28+
- os: ubuntu-latest
29+
arch: arm64
30+
- os: macos-latest
31+
arch: x64
32+
- os: windows-latest
33+
arch: arm64
2634
steps:
2735
- uses: actions/checkout@v4
2836
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)