Skip to content

Commit 6b48327

Browse files
committed
ci: test with v1.5
1 parent 349c2a5 commit 6b48327

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

.github/workflows/ci-julia-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
exclusive: '1'
4242
os: ubuntu-latest
4343
threads: '2'
44-
version: '1.11'
44+
version: 'nightly'
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: julia-actions/setup-julia@v2

.github/workflows/ci.yml

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,43 @@ jobs:
2626
arch:
2727
- x64
2828
- x86
29+
- aarch64
2930
exclusive:
3031
- '0'
3132
os:
3233
- ubuntu-latest
3334
- windows-latest
34-
- macos-13 # Intel
35+
- macos-latest # Arm
3536
threads:
3637
- '5'
3738
version:
38-
- '1.11'
39-
# - '1' # Use this when julia +1 > 1.11
39+
- '1.5'
40+
- '1'
4041
exclude:
41-
- os: macos-13
42-
arch: x86 # 32-bit Julia binaries are not available on macOS
42+
- os: ubuntu-latest
43+
arch: aarch64
44+
- os: windows-latest
45+
arch: aarch64
4346
include:
44-
- arch: aarch64
47+
# 32-bit Julia binaries are not available on macOS (Intel)
48+
# (macos-13, x64, v"1.5")
49+
- arch: x64
50+
exclusive: '0'
51+
os: macos-13 # Intel
52+
threads: '5'
53+
version: '1.5'
54+
# (macos-13, x64, v"1")
55+
- arch: x64
4556
exclusive: '0'
46-
os: macOS-latest # Arm
57+
os: macos-13 # Intel
4758
threads: '5'
48-
version: '1.11'
59+
version: '1'
4960
# (exclusive=1, threads=2)
5061
- arch: x64
5162
exclusive: '1'
5263
os: ubuntu-latest
5364
threads: '2'
54-
version: '1.11'
65+
version: '1'
5566
steps:
5667
- uses: actions/checkout@v4
5768
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)