Skip to content

Commit 199efc9

Browse files
authored
Update UnitTest.yml to run lesser CI
Run mac aarch64 CI on the latest julia release.
1 parent 3eaff5e commit 199efc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
julia-version: ['1.0', '1.6', '1', 'nightly']
18+
julia-version: ['1.6', '1']
1919
os: [ubuntu-latest, windows-latest, macos-13]
2020
julia-arch: [x64]
2121
include:
@@ -26,7 +26,7 @@ jobs:
2626
julia-version: '1'
2727
julia-arch: aarch64
2828
- os: macos-latest
29-
julia-version: 'nightly'
29+
julia-version: '1'
3030
julia-arch: aarch64
3131

3232
steps:

0 commit comments

Comments
 (0)