Skip to content

Commit 34d63a7

Browse files
Upgrade tested Julia version to 1.10
1 parent 7abb045 commit 34d63a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/exercise-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
julia-version: ["1.6", "1", nightly]
2626
os: [ubuntu-22.04, windows-2022, macos-14]
2727

28+
# There is a bug where Julia 1.6 on macOS 14 fails to install
29+
if: ${{ matrix.julia-version != "1.6" || matrix.os != "macos-14" }}
30+
2831
steps:
2932
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3033

0 commit comments

Comments
 (0)