We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb87fd2 commit a76c111Copy full SHA for a76c111
.github/workflows/ci.yml
@@ -685,7 +685,7 @@ jobs:
685
- desc: OptiX VP2025 gcc11/C++17 llvm19 py3.11 oiio-rel avx2
686
nametag: linux-optix-vfx2025
687
runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-20.04-gpu-t4-4c-16g-176h') || 'ubuntu-latest' }}
688
- container: aswf/ci-osl:2025
+ container: aswf/ci-osl:2025-clang18
689
container_options: -e NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility --gpus all
690
cxx_std: 17
691
python_ver: "3.11"
0 commit comments