Skip to content

Commit 5340bd0

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 92c1612 commit 5340bd0

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
@@ -183,7 +183,7 @@ jobs:
183183
- desc: VP2023 gcc11/C++17 llvm15 py3.10 oiio-3.0 avx2
184184
nametag: linux-vfx2023
185185
runner: ubuntu-latest
186-
container: aswf/ci-osl:2023-clang15
186+
container: aswf/ci-osl:2023-clang15.2
187187
cxx_std: 17
188188
openimageio_ver: v3.0.11.0
189189
python_ver: "3.10"
@@ -274,7 +274,7 @@ jobs:
274274
- desc: abi check
275275
nametag: linux-abi
276276
runner: ubuntu-latest
277-
container: aswf/ci-osl:2023-clang15
277+
container: aswf/ci-osl:2023-clang15.2
278278
cc_compiler: gcc
279279
cxx_compiler: g++
280280
cxx_std: 17
@@ -294,7 +294,7 @@ jobs:
294294
- desc: icc/C++17 llvm14 py3.9 oiio-2.5 avx2
295295
nametag: linux-icc
296296
runner: ubuntu-latest
297-
container: aswf/ci-osl:2023-clang15
297+
container: aswf/ci-osl:2023-clang15.2
298298
cc_compiler: icc
299299
cxx_compiler: icpc
300300
cxx_std: 17
@@ -322,7 +322,7 @@ jobs:
322322
# If we ever need the big runner:
323323
# runner: ${{ (github.repository_owner == 'AcademySoftwareFoundation' && 'ubuntu-22.04-8c-32g-300h') || 'ubuntu-latest' }}
324324
# disable: ${{ github.repository_owner != 'AcademySoftwareFoundation' }}
325-
container: aswf/ci-osl:2023-clang15
325+
container: aswf/ci-osl:2023-clang15.2
326326
cc_compiler: icx
327327
cxx_compiler: icpx
328328
cxx_std: 17

0 commit comments

Comments
 (0)