Skip to content

Commit

Permalink
Add OptiX 8 to github actions build matrix, remove a few old OptiX ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
mmp committed Oct 18, 2023
1 parent ba6b095 commit 3adc3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down

0 comments on commit 3adc3f0

Please sign in to comment.