Skip to content

Commit c8f2f14

Browse files
committed
Try a big runner
Signed-off-by: Larry Gritz <[email protected]>
1 parent eaaa40b commit c8f2f14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ jobs:
260260
optional_deps_append: "LibRaw;Ptex;Qt6"
261261
- desc: VFX2023 icx/C++17 py3.10 exr3.1 ocio2.3 qt5.15
262262
nametag: linux-vfx2023.icx
263-
runner: ubuntu-latest
263+
# runner: ubuntu-latest
264+
runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-24.04-arm64-2C-8G-75H') || 'ubuntu-latest' }}
264265
container: aswf/ci-osl:2023
265266
cc_compiler: icx
266267
cxx_compiler: icpx

0 commit comments

Comments
 (0)