Skip to content

Commit dcc5201

Browse files
add 1.9, 1.10, 1.11 to CI, and rm 1.4 on macOS (#28)
For 1.4 on macOS, the `Run julia-actions/setup-julia@v2` action fails consistently. Cf. #28 (comment) for details. --------- Co-authored-by: Rafael Fourquet <[email protected]>
1 parent a584e78 commit dcc5201

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- "1.6"
3232
- "1.7"
3333
- "1.8"
34+
- "1.9"
35+
- "1.10"
36+
- "1.11"
3437
- "1" # latest release
3538
- "nightly"
3639
os:
@@ -43,6 +46,8 @@ jobs:
4346
exclude:
4447
- os: macOS-latest
4548
arch: x86
49+
- os: macOS-latest
50+
version: "1.4" # consistently fails with: "Library not loaded: @rpath/libc++.1.dylib"
4651
steps:
4752
- uses: actions/checkout@v5
4853
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)