mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Add OptiX 8 to github actions build matrix, remove a few old OptiX versions
This commit is contained in:
parent
ba6b095af0
commit
3adc3f01aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-gpu.yml
vendored
2
.github/workflows/ci-gpu.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
optix: [ optix-7.3.0, optix-7.4.0 optix-7.5.0, optix-7.7.0 ]
|
||||
optix: [ optix-7.5.0, optix-7.7.0, optix-8.0.0 ]
|
||||
cuda: [ '11.5.2', '11.6.1', '11.7.0', '12.1.0' ] # 11.3.0 fails for unclear reasons
|
||||
os: [ ubuntu-20.04, windows-latest ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue