Skip to content

Commit be3406e

Browse files
committed
ci: Lock down 2023 container to prevent build breaks for OCIO (#2117)
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 684d9dd commit be3406e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- desc: VP2023 gcc11/C++17 llvm15 py3.10 oiio-rel avx2
250250
nametag: linux-vfx2023
251251
runner: ubuntu-latest
252-
container: aswf/ci-osl:2023-clang15
252+
container: aswf/ci-osl:2023-clang15.2
253253
cxx_std: 17
254254
openimageio_ver: release
255255
python_ver: "3.10"
@@ -340,7 +340,7 @@ jobs:
340340
- desc: abi check
341341
nametag: linux-abi
342342
runner: ubuntu-latest
343-
container: aswf/ci-osl:2023-clang15
343+
container: aswf/ci-osl:2023-clang15.2
344344
cc_compiler: gcc
345345
cxx_compiler: g++
346346
cxx_std: 17
@@ -360,7 +360,7 @@ jobs:
360360
- desc: icc/C++17 llvm14 py3.9 oiio-main avx2
361361
nametag: linux-icc
362362
runner: ubuntu-latest
363-
container: aswf/ci-osl:2023-clang15
363+
container: aswf/ci-osl:2023-clang15.2
364364
cc_compiler: icc
365365
cxx_compiler: icpc
366366
cxx_std: 17
@@ -388,7 +388,7 @@ jobs:
388388
# If we ever need the big runner:
389389
# runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-8c-32g-300h') || 'ubuntu-latest' }}
390390
# disable: ${{ github.repository_owner != 'AcademySoftwareFoundation' }}
391-
container: aswf/ci-osl:2023-clang15
391+
container: aswf/ci-osl:2023-clang15.2
392392
cc_compiler: icx
393393
cxx_compiler: icpx
394394
cxx_std: 17

0 commit comments

Comments
 (0)