From 362b01ecddbeeae94ef49d4491b7221d13384a1f Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 20 Jun 2023 10:54:22 -0700 Subject: [PATCH] ci: switch oiio obsolete branch names to immutable tags Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a0f86919..4a646c03a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: container: aswftesting/ci-osl:2021-clang11 vfxyear: 2021 cxx_std: 17 - openimageio_ver: dev-2.2 + openimageio_ver: v2.2.21.0 python_ver: 3.7 pybind11_ver: v2.7.0 simd: avx2,f16c @@ -306,7 +306,7 @@ jobs: cxx_compiler: g++-7 cxx_std: 14 openexr_ver: v2.4.3 - openimageio_ver: dev-2.3 + openimageio_ver: v2.3.21.0 pybind11_ver: v2.6.2 python_ver: 2.7 simd: sse4.2