Skip to content

Commit

Permalink
ci: Switch OIIO dev-2.3 branch to using v2.3.21.0 tag (#1701)
Browse files Browse the repository at this point in the history
OIIO's 2.3 family is obsolete and no longer updating, so we removed
the branch marker. (Branch markers should always indicate places where
development may happen.)

But we still reference that named branch in a couple places for OSL's CI,
so just replace it with the immutable tag of the last release in the 2.3
family.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz committed Jun 19, 2023
1 parent 4962ac2 commit 5e10537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
container: aswftesting/ci-osl:2021-clang11
vfxyear: 2021
cxx_std: 17
openimageio_ver: dev-2.3
openimageio_ver: v2.3.21.0
python_ver: 3.7
pybind11_ver: v2.7.0
simd: avx2,f16c
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5e10537

Please sign in to comment.