From 6b97622eba8c1f47a2ea6ff18a1718a843f65ee7 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Fri, 15 May 2026 14:26:38 -0700 Subject: [PATCH] ci: Fix broken CI by locking down aswf container for 2023 Our CI job that builds against VFX Platform 2023 via docker container aswf/ci-osl:2023-clang15 broke after some dependency changes in a recent aswf docker container update. It's not worth trying to "fix" an old year, just lock down to the previous version of the container that is known to work. Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0204a70eda..be1c90e171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: - desc: VFX2023 gcc11/C++17 py3.10 exr3.1 ocio2.3 nametag: linux-vfx2023 runner: ubuntu-latest - container: aswf/ci-osl:2023-clang15 + container: aswf/ci-osl:2023-clang15.2 opencolorio_ver: v2.3.0 python_ver: "3.10" simd: "avx2,f16c"