File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 JULIA_SMC_TEST_GROUP : ' GPU'
2525 strategy :
2626 matrix :
27- julia-version : ['1.10 ', '1.11 ']
27+ julia-version : ['lts ', '1']
2828 steps :
2929 - uses : actions/checkout@v6
3030 - uses : julia-actions/setup-julia@v2
3131 with :
3232 version : ${{ matrix.julia-version }}
3333 arch : x64
3434 - uses : julia-actions/julia-downgrade-compat@v2
35- if : ${{ matrix.version == '1.10 ' }}
35+ if : ${{ matrix.version == 'lts ' }}
3636 with :
3737 skip : LinearAlgebra, Random, SparseArrays
3838 - uses : julia-actions/cache@v2
Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2323SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
2424StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
2525Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
26+
27+ [compat ]
28+ CUDA = " =5.9.5"
You can’t perform that action at this time.
0 commit comments