mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Add CUDA 11.3 and 11.4 to CI matrix
This commit is contained in:
parent
c620d52c80
commit
03557c87ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-gpu.yml
vendored
2
.github/workflows/ci-gpu.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
optix: [ optix-7.1.0, optix-7.2.0, optix-7.3.0 ]
|
||||
cuda: [ '11.0', '11.1', '11.2' ]
|
||||
cuda: [ '11.0', '11.1', '11.2', '11.3', '11.4' ]
|
||||
|
||||
name: GPU Build Only (CUDA ${{ matrix.cuda }}, ${{ matrix.optix }})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue