Skip to content

Commit 4b2f330

Browse files
authored
ci: Move away from soon-to-be-deprecated ubuntu-20.04 GHA runner (#1941)
Signed-off-by: Larry Gritz <[email protected]>
1 parent e3aa2cf commit 4b2f330

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -378,30 +378,30 @@ jobs:
378378
USE_OPENVDB=0
379379
OPENCOLORIO_CMAKE_FLAGS="-DCMAKE_CXX_COMPILER=g++"
380380

381-
- desc: Debug gcc7/C++17 llvm11 py3.8 oiio2.5 exr3.1 sse4
381+
- desc: Debug gcc9/C++17 llvm11 py3.10 oiio2.5 exr3.1 sse4
382382
nametag: linux-debug-gcc7-llvm11
383-
runner: ubuntu-20.04
383+
runner: ubuntu-22.04
384384
cxx_compiler: g++-9
385385
cxx_std: 17
386386
openexr_ver: v3.1.11
387387
openimageio_ver: v2.5.4.0
388388
pybind11_ver: v2.7.0
389-
python_ver: 3.8
389+
python_ver: "3.10"
390390
simd: sse4.2
391391
setenvs: export CMAKE_BUILD_TYPE=Debug
392392
LLVM_VERSION=11.0.0 LLVM_DISTRO_NAME=ubuntu-20.04
393393
PUGIXML_VERSION=v1.9
394394
CTEST_TEST_TIMEOUT=240
395395
- desc: gcc10/C++17 llvm11 oiio-2.5 avx2
396396
nametag: linux-2021ish-gcc10-llvm11
397-
runner: ubuntu-20.04
397+
runner: ubuntu-22.04
398398
cxx_compiler: g++-10
399399
cxx_std: 17
400400
fmt_ver: 7.0.1
401401
openexr_ver: v3.1.11
402402
openimageio_ver: v2.5.17.0
403403
pybind11_ver: v2.8.1
404-
python_ver: 3.8
404+
python_ver: "3.10"
405405
simd: avx2,f16c
406406
setenvs: export LLVM_VERSION=11.0.0 LLVM_DISTRO_NAME=ubuntu-20.04
407407
OPENIMAGEIO_CMAKE_FLAGS="-DBUILD_FMT_VERSION=7.0.1"
@@ -443,9 +443,9 @@ jobs:
443443
setenvs: export LLVM_VERSION=17.0.6
444444
LLVM_DISTRO_NAME=ubuntu-22.04
445445
PUGIXML_VERSION=master
446-
- desc: clang14/C++17 llvm14 py3.8 avx2 batch-b16avx512
446+
- desc: clang14/C++17 llvm14 py3.10 avx2 batch-b16avx512
447447
nametag: linux-latest-releases-clang
448-
runner: ubuntu-20.04
448+
runner: ubuntu-22.04
449449
cxx_compiler: clang++
450450
cc_compiler: clang
451451
cxx_std: 17
@@ -454,7 +454,7 @@ jobs:
454454
openexr_ver: v3.1.11
455455
openimageio_ver: release
456456
pybind11_ver: v2.9.2
457-
python_ver: 3.8
457+
python_ver: "3.10"
458458
simd: avx2,f16c
459459
batched: b8_AVX2,b8_AVX512,b16_AVX512
460460
setenvs: export LLVM_VERSION=14.0.0

0 commit comments

Comments
 (0)