We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78be794 commit 37145feCopy full SHA for 37145fe
.github/workflows/CI.yml
@@ -182,7 +182,7 @@ jobs:
182
- name: Setup Juliaup
183
uses: julia-actions/install-juliaup@v2
184
with:
185
- channel: '1.9'
+ channel: '1.11'
186
187
- name: LD_LIBRARY_PATH check
188
run: echo $LD_LIBRARY_PATH
install_rms.sh
@@ -5,8 +5,8 @@
5
# Note that you will have to manually install juliaup before running this script:
6
# curl -fsSL https://install.julialang.org | sh
7
# # restart shell
8
-# juliaup add 1.9
9
-# juliaup default 1.9
+# juliaup add 1.11
+# juliaup default 1.11
10
# juliaup remove release
11
12
0 commit comments