Skip to content

Commit 37145fe

Browse files
committed
[DEBUG] bump Julia version
honestly just kinda out of ideas at this point
1 parent 78be794 commit 37145fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: Setup Juliaup
183183
uses: julia-actions/install-juliaup@v2
184184
with:
185-
channel: '1.9'
185+
channel: '1.11'
186186

187187
- name: LD_LIBRARY_PATH check
188188
run: echo $LD_LIBRARY_PATH

install_rms.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# Note that you will have to manually install juliaup before running this script:
66
# curl -fsSL https://install.julialang.org | sh
77
# # restart shell
8-
# juliaup add 1.9
9-
# juliaup default 1.9
8+
# juliaup add 1.11
9+
# juliaup default 1.11
1010
# juliaup remove release
1111

1212

0 commit comments

Comments
 (0)