Add OptiX 8 to github actions build matrix, remove a few old OptiX versions

This commit is contained in:
Matt Pharr 2023-10-18 04:45:53 -07:00
parent ba6b095af0
commit 3adc3f01aa

View file

@ -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 ]