Skip to content

Commit 500a5be

Browse files
committed
Another attempt at fixing the GPU CI build
1 parent 5805005 commit 500a5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
optix: [ optix-7.7.0, optix-8.1.0, optix-9.0.0 ]
26-
cuda: [ '11.7.0', '12.2.2', '12.6.3', '12.8.0' ]
26+
cuda: [ '12.2.2', '12.6.3', '12.8.0', '12.9.1', '13.0.1' ]
2727
os: [ ubuntu-24.04, ubuntu-20.04, windows-latest ]
2828

2929
name: GPU Build Only (${{ matrix.os }}, CUDA ${{ matrix.cuda }}, ${{ matrix.optix }})
3030

3131
runs-on: ${{ matrix.os }}
3232

3333
steps:
34-
- uses: jimver/[email protected].21
34+
- uses: jimver/[email protected].28
3535
id: cuda-toolkit
3636
with:
3737
cuda: ${{ matrix.cuda }}

0 commit comments

Comments
 (0)