Skip to content

Commit 1f7c6fb

Browse files
committed
ci: Bump 'latest' test dependency versions (#2038)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 7eb9ac4 commit 1f7c6fb

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
setenvs: export LLVM_VERSION=11.0.0 LLVM_DISTRO_NAME=ubuntu-20.04
426426
OPENIMAGEIO_CMAKE_FLAGS="-DBUILD_FMT_VERSION=7.0.1"
427427
PUGIXML_VERSION=v1.10
428-
- desc: latest releases gcc11/C++17 llvm17 oiio-3.0 exr3.2 py3.12 avx2 batch-b16avx512
428+
- desc: latest releases gcc14/C++17 llvm18 oiio-rel exr3.4 py3.12 avx2 batch-b16avx512
429429
nametag: linux-latest-releases
430430
runner: ubuntu-24.04
431431
cc_compiler: gcc-14
@@ -450,19 +450,19 @@ jobs:
450450
cc_compiler: clang
451451
cxx_compiler: clang++
452452
cxx_std: 17
453-
fmt_ver: 11.1.4
454-
opencolorio_ver: v2.4.2
455-
openexr_ver: v3.3.3
453+
fmt_ver: 12.1.0
454+
opencolorio_ver: v2.5.0
455+
openexr_ver: v3.4.2
456456
openimageio_ver: release
457-
pybind11_ver: v3.0.0
457+
pybind11_ver: v3.0.1
458458
python_ver: "3.12"
459459
llvm_action_ver: "18.1.7"
460460
simd: avx2,f16c
461461
batched: b8_AVX2,b8_AVX512,b16_AVX512
462-
setenvs: export LIBTIFF_VERSION=v4.7.0
462+
setenvs: export LIBTIFF_VERSION=v4.7.1
463463
PTEX_VERSION=v2.4.3
464464
PUGIXML_VERSION=v1.15
465-
FREETYPE_VERSION=VER-2-13-3
465+
FREETYPE_VERSION=VER-2-14-3
466466
- desc: bleeding edge gcc14/C++17 llvm17 oiio/ocio/exr/pybind-main py3.12 avx2 batch-b16avx512
467467
nametag: linux-bleeding-edge
468468
runner: ubuntu-24.04
@@ -479,23 +479,26 @@ jobs:
479479
simd: avx2,f16c
480480
batched: b8_AVX2,b8_AVX512,b16_AVX512
481481
setenvs: export PUGIXML_VERSION=master
482+
PTEX_VERSION=v2.4.3
483+
PUGIXML_VERSION=v1.15
484+
FREETYPE_VERSION=VER-2-14-3
482485
- desc: clang14/C++17 llvm14 py3.10 avx2 batch-b16avx512
483486
nametag: linux-latest-releases-clang
484487
runner: ubuntu-22.04
485488
cxx_compiler: clang++
486489
cc_compiler: clang
487490
cxx_std: 17
488-
fmt_ver: 8.1.1
491+
fmt_ver: 12.1.0
489492
opencolorio_ver: v2.5.0
490-
openexr_ver: v3.1.11
493+
openexr_ver: v3.4.2
491494
openimageio_ver: release
492-
pybind11_ver: v2.13.6
495+
pybind11_ver: v3.0.1
493496
python_ver: "3.10"
494497
simd: avx2,f16c
495498
batched: b8_AVX2,b8_AVX512,b16_AVX512
496499
setenvs: export LLVM_VERSION=14.0.0
497500
LLVM_DISTRO_NAME=ubuntu-18.04
498-
PUGIXML_VERSION=v1.11.4
501+
PUGIXML_VERSION=v1.15
499502
# Test formatting. This test entry doesn't do a full build, it
500503
# just runs clang-format on everything, and passes if nothing is
501504
# misformatted. Upon failure, the build artifact will be the full

0 commit comments

Comments
 (0)