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 eaaa40b commit c8f2f14Copy full SHA for c8f2f14
.github/workflows/ci.yml
@@ -260,7 +260,8 @@ jobs:
260
optional_deps_append: "LibRaw;Ptex;Qt6"
261
- desc: VFX2023 icx/C++17 py3.10 exr3.1 ocio2.3 qt5.15
262
nametag: linux-vfx2023.icx
263
- runner: ubuntu-latest
+ # runner: ubuntu-latest
264
+ runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-24.04-arm64-2C-8G-75H') || 'ubuntu-latest' }}
265
container: aswf/ci-osl:2023
266
cc_compiler: icx
267
cxx_compiler: icpx
0 commit comments