mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Another attempt at fixing the GPU CI build
This commit is contained in:
parent
5805005167
commit
500a5be84d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-gpu.yml
vendored
4
.github/workflows/ci-gpu.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
optix: [ optix-7.7.0, optix-8.1.0, optix-9.0.0 ]
|
optix: [ optix-7.7.0, optix-8.1.0, optix-9.0.0 ]
|
||||||
cuda: [ '11.7.0', '12.2.2', '12.6.3', '12.8.0' ]
|
cuda: [ '12.2.2', '12.6.3', '12.8.0', '12.9.1', '13.0.1' ]
|
||||||
os: [ ubuntu-24.04, ubuntu-20.04, windows-latest ]
|
os: [ ubuntu-24.04, ubuntu-20.04, windows-latest ]
|
||||||
|
|
||||||
name: GPU Build Only (${{ matrix.os }}, CUDA ${{ matrix.cuda }}, ${{ matrix.optix }})
|
name: GPU Build Only (${{ matrix.os }}, CUDA ${{ matrix.cuda }}, ${{ matrix.optix }})
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: jimver/cuda-toolkit@v0.2.21
|
- uses: jimver/cuda-toolkit@v0.2.28
|
||||||
id: cuda-toolkit
|
id: cuda-toolkit
|
||||||
with:
|
with:
|
||||||
cuda: ${{ matrix.cuda }}
|
cuda: ${{ matrix.cuda }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue