Skip to content

Commit feecdf7

Browse files
committed
try runner ubuntu-22.04-8c-32g-300h like openvdb
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 8cbedc8 commit feecdf7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,8 @@ jobs:
782782
OPTIX_VERSION=9.0.0
783783
OPENIMAGEIO_CMAKE_FLAGS=-DBUILD_FMT_VERSION=9.1.0
784784
# runs-on: ${{ matrix.runner }}
785-
runs-on: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
785+
# 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' }}
786787
container:
787788
image: ${{ matrix.container }}
788789
options: ${{ matrix.container_options }}

0 commit comments

Comments
 (0)