We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbedc8 commit feecdf7Copy full SHA for feecdf7
1 file changed
.github/workflows/ci.yml
@@ -782,7 +782,8 @@ jobs:
782
OPTIX_VERSION=9.0.0
783
OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
784
# runs-on: ${{ matrix.runner }}
785
- runs-on: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
+ # runs-on: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
786
+ runs-on: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-8c-32g-300h') || 'ubuntu-latest' }}
787
container:
788
image: ${{ matrix.container }}
789
options: ${{ matrix.container_options }}
0 commit comments