Skip to content

Commit 4b5fc37

Browse files
authored
ci: Bump 'latest' test dependency versions (#2038)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 18fa4cf commit 4b5fc37

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
@@ -411,7 +411,7 @@ jobs:
411411
setenvs: export LLVM_VERSION=14.0.0 LLVM_DISTRO_NAME=ubuntu-18.04
412412
OPENIMAGEIO_CMAKE_FLAGS="-DBUILD_FMT_VERSION=7.0.1"
413413
PUGIXML_VERSION=v1.10
414-
- desc: latest releases gcc11/C++17 llvm17 oiio-rel exr3.2 py3.12 avx2 batch-b16avx512
414+
- desc: latest releases gcc13/C++17 llvm18 oiio-rel exr3.4 py3.12 avx2 batch-b16avx512
415415
nametag: linux-latest-releases
416416
runner: ubuntu-24.04
417417
cc_compiler: gcc-14
@@ -436,19 +436,19 @@ jobs:
436436
cc_compiler: clang
437437
cxx_compiler: clang++
438438
cxx_std: 17
439-
fmt_ver: 11.1.4
440-
opencolorio_ver: v2.4.2
441-
openexr_ver: v3.3.3
439+
fmt_ver: 12.1.0
440+
opencolorio_ver: v2.5.0
441+
openexr_ver: v3.4.2
442442
openimageio_ver: release
443-
pybind11_ver: v3.0.0
443+
pybind11_ver: v3.0.1
444444
python_ver: "3.12"
445445
llvm_action_ver: "18.1.7"
446446
simd: avx2,f16c
447447
batched: b8_AVX2,b8_AVX512,b16_AVX512
448-
setenvs: export LIBTIFF_VERSION=v4.7.0
448+
setenvs: export LIBTIFF_VERSION=v4.7.1
449449
PTEX_VERSION=v2.4.3
450450
PUGIXML_VERSION=v1.15
451-
FREETYPE_VERSION=VER-2-13-3
451+
FREETYPE_VERSION=VER-2-14-3
452452
- desc: bleeding edge gcc14/C++17 llvm17 oiio/ocio/exr/pybind-main py3.12 avx2 batch-b16avx512
453453
nametag: linux-bleeding-edge
454454
runner: ubuntu-24.04
@@ -465,23 +465,26 @@ jobs:
465465
simd: avx2,f16c
466466
batched: b8_AVX2,b8_AVX512,b16_AVX512
467467
setenvs: export PUGIXML_VERSION=master
468+
PTEX_VERSION=v2.4.3
469+
PUGIXML_VERSION=v1.15
470+
FREETYPE_VERSION=VER-2-14-3
468471
- desc: clang14/C++17 llvm14 py3.10 avx2 batch-b16avx512
469472
nametag: linux-latest-releases-clang
470473
runner: ubuntu-22.04
471474
cxx_compiler: clang++
472475
cc_compiler: clang
473476
cxx_std: 17
474-
fmt_ver: 8.1.1
477+
fmt_ver: 12.1.0
475478
opencolorio_ver: v2.5.0
476-
openexr_ver: v3.1.11
479+
openexr_ver: v3.4.2
477480
openimageio_ver: release
478-
pybind11_ver: v2.13.6
481+
pybind11_ver: v3.0.1
479482
python_ver: "3.10"
480483
simd: avx2,f16c
481484
batched: b8_AVX2,b8_AVX512,b16_AVX512
482485
setenvs: export LLVM_VERSION=14.0.0
483486
LLVM_DISTRO_NAME=ubuntu-18.04
484-
PUGIXML_VERSION=v1.11.4
487+
PUGIXML_VERSION=v1.15
485488
# Test formatting. This test entry doesn't do a full build, it
486489
# just runs clang-format on everything, and passes if nothing is
487490
# misformatted. Upon failure, the build artifact will be the full

0 commit comments

Comments
 (0)