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 bac595a commit cd01ffbCopy full SHA for cd01ffb
.github/workflows/ci.yml
@@ -665,8 +665,9 @@ jobs:
665
# select the right runner type and whether tests are run.
666
nametag: linux-optix-vfx2025
667
runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
668
- container: aswf/ci-osl:2025-clang18.2
+ container: aswf/ci-osl:2025-clang18.3
669
cxx_std: 17
670
+ openimageio_ver: release
671
python_ver: "3.11"
672
pybind11_ver: v2.11.1
673
simd: avx2,f16c
0 commit comments