Skip to content

Commit

Permalink
Julia -> 1.8.5 [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Sep 27, 2023
1 parent 71c578b commit 4118ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
include:
- julia-version: '1.9.1'
- julia-version: '1.8.5'
os: ubuntu-22.04
arch: x64
env:
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-colab-julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function install-colab-julia {
}

if [[ $# -eq 0 ]]; then
install-colab-julia "1.9.1" 2
install-colab-julia "1.8.5" 2
elif [[ $# -eq 1 ]]; then
install-colab-julia "$1" 2
else
Expand Down

0 comments on commit 4118ac4

Please sign in to comment.