Update setup-julia.bash with Julia v1.9.3 (#1985)

This commit is contained in:
Albert R. Gnadt
2023-08-28 14:16:27 -04:00
committed by GitHub
parent c7ce00b9fd
commit 3d3aa48b22

View File

@@ -6,7 +6,7 @@ set -exuo pipefail
# Default julia version to install if env var is not set
# Check https://julialang.org/downloads/
JULIA_VERSION="${JULIA_VERSION:-1.9.2}"
JULIA_VERSION="${JULIA_VERSION:-1.9.3}"
# Figure out what architecture we are installing in
JULIA_ARCH=$(uname -m)