Skip to content

Commit b81d65b

Browse files
committed
ci: Bump 'latest' test dependency versions
Signed-off-by: Larry Gritz <[email protected]>
1 parent c4860f0 commit b81d65b

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,25 +411,25 @@ 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-13
418418
cxx_compiler: g++-13
419419
cxx_std: 17
420-
fmt_ver: 11.1.4
421-
opencolorio_ver: v2.4.2
422-
openexr_ver: v3.3.3
420+
fmt_ver: 12.1.0
421+
opencolorio_ver: v2.5.0
422+
openexr_ver: v3.4.2
423423
openimageio_ver: release
424-
pybind11_ver: v3.0.0
424+
pybind11_ver: v3.0.1
425425
python_ver: "3.12"
426426
llvm_action_ver: "18.1.7"
427427
simd: avx2,f16c
428428
batched: b8_AVX2,b8_AVX512,b16_AVX512
429-
setenvs: export LIBTIFF_VERSION=v4.7.0
429+
setenvs: export LIBTIFF_VERSION=v4.7.1
430430
PTEX_VERSION=v2.4.3
431431
PUGIXML_VERSION=v1.15
432-
FREETYPE_VERSION=VER-2-13-3
432+
FREETYPE_VERSION=VER-2-14-3
433433
- desc: bleeding edge gcc14/C++17 llvm17 oiio/ocio/exr/pybind-main py3.12 avx2 batch-b16avx512
434434
nametag: linux-bleeding-edge
435435
runner: ubuntu-24.04
@@ -446,23 +446,26 @@ jobs:
446446
simd: avx2,f16c
447447
batched: b8_AVX2,b8_AVX512,b16_AVX512
448448
setenvs: export PUGIXML_VERSION=master
449+
PTEX_VERSION=v2.4.3
450+
PUGIXML_VERSION=v1.15
451+
FREETYPE_VERSION=VER-2-14-3
449452
- desc: clang14/C++17 llvm14 py3.10 avx2 batch-b16avx512
450453
nametag: linux-latest-releases-clang
451454
runner: ubuntu-22.04
452455
cxx_compiler: clang++
453456
cc_compiler: clang
454457
cxx_std: 17
455-
fmt_ver: 8.1.1
458+
fmt_ver: 12.1.0
456459
opencolorio_ver: v2.5.0
457-
openexr_ver: v3.1.11
460+
openexr_ver: v3.4.2
458461
openimageio_ver: release
459-
pybind11_ver: v2.13.6
462+
pybind11_ver: v3.0.1
460463
python_ver: "3.10"
461464
simd: avx2,f16c
462465
batched: b8_AVX2,b8_AVX512,b16_AVX512
463466
setenvs: export LLVM_VERSION=14.0.0
464467
LLVM_DISTRO_NAME=ubuntu-18.04
465-
PUGIXML_VERSION=v1.11.4
468+
PUGIXML_VERSION=v1.15
466469
# Test formatting. This test entry doesn't do a full build, it
467470
# just runs clang-format on everything, and passes if nothing is
468471
# misformatted. Upon failure, the build artifact will be the full

0 commit comments

Comments
 (0)