Skip to content

Commit bd9a313

Browse files
ViralBShahclaude
andcommitted
CI: pin to Julia 1.11 instead of the floating '1' channel
CxxWrap 0.16 (required by the currently-released OpenCV_jll 4.10.0+0) does not load on Julia 1.12, so the '1' channel currently fails. Pin to 1.11 until OpenCV_jll 4.12.0+0 ships and unblocks CxxWrap 0.17. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6e7cb31 commit bd9a313

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/UnitTest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.10'
22-
- '1'
22+
- '1.11'
2323
os:
2424
- ubuntu-latest
2525
- windows-latest
@@ -28,7 +28,7 @@ jobs:
2828
include:
2929
- os: macOS-latest
3030
arch: aarch64
31-
version: 1
31+
version: '1.11'
3232

3333
steps:
3434
- uses: actions/checkout@v6
@@ -46,13 +46,13 @@ jobs:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747

4848
multithreads:
49-
name: Julia (threads) 1 - ubuntu-latest - x64 - ${{ github.event_name }}
49+
name: Julia (threads) 1.11 - ubuntu-latest - x64 - ${{ github.event_name }}
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v6
5353
- uses: julia-actions/setup-julia@v3
5454
with:
55-
version: '1'
55+
version: '1.11'
5656
arch: 'x64'
5757
- uses: julia-actions/cache@v3
5858
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)