Skip to content

Commit c52570b

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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
@@ -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)