File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 env :
2222 CUDA_VISIBLE_DEVICES : 1
2323 JULIA_DEPOT_PATH : /scratch/github-actions/julia_depot_alexis
24- JULIA_SMC_TEST_GROUP : " GPU"
24+ JULIA_SMC_TEST_GROUP : ' GPU'
2525 strategy :
2626 matrix :
27- julia-version : ['1.10', '1.11']
27+ julia-version : ['1.10', '1.11', '1.12' ]
2828 steps :
2929 - uses : actions/checkout@v5
3030 - uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 strategy :
2222 matrix :
23- julia-version : ['1.10', '1.11']
23+ julia-version : ['1.10', '1.11', '1.12' ]
2424
2525 steps :
2626 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ CliqueTrees = "1"
3131Colors = " 0.12.11, 0.13"
3232DocStringExtensions = " 0.8,0.9"
3333JuMP = " 1.29.1"
34- LinearAlgebra = " <0.0.1, 1"
34+ LinearAlgebra = " 1"
3535MathOptInterface = " 1.45.0"
3636PrecompileTools = " 1.2.1"
37- Random = " <0.0.1, 1"
38- SparseArrays = " <0.0.1, 1"
37+ Random = " 1"
38+ SparseArrays = " 1"
3939julia = " 1.10"
You can’t perform that action at this time.
0 commit comments