Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,16 @@ jobs:
fmt_ver: 10.1.1
pybind11_ver: v2.12.0
setenvs: PUGIXML_VERSION=v1.14
- desc: VFX2024 sanitizers
- desc: VFX2025 gcc11/C++17 py3.11 exr3.3 ocio2.4
nametag: linux-vfx2025
runner: ubuntu-latest
container: aswftesting/ci-oiio:2025
python_ver: "3.11"
simd: "avx2,f16c"
fmt_ver: 11.1.4
pybind11_ver: v2.13.6
setenvs: PUGIXML_VERSION=v1.15
- desc: Sanitizers
nametag: sanitizer
runner: ubuntu-latest
container: aswf/ci-osl:2024-clang17
Expand Down Expand Up @@ -395,7 +404,7 @@ jobs:
cc_compiler: gcc-13
cxx_compiler: g++-13
cxx_std: 20
fmt_ver: 11.1.4
fmt_ver: 11.2.0
opencolorio_ver: v2.4.2
openexr_ver: v3.3.3
pybind11_ver: v2.13.6
Expand Down Expand Up @@ -606,3 +615,9 @@ jobs:
generator: "Visual Studio 17 2022"
python_ver: "3.9"
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
- desc: Windows-2025 VS2022
runner: windows-2025
vsver: 2022
generator: "Visual Studio 17 2022"
python_ver: "3.9"
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
Loading