Skip to content

Commit 551dda5

Browse files
committed
ci: Add Windows 2025 w/ MSVS 2026 job variant to CI (#2093)
ci: Add Windows 2025 w/ MSVS 2026 Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent e864387 commit 551dda5

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,8 @@ jobs:
645645
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
646646
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
647647
- desc: Windows-2025 VS2022 llvm20 oiio3.1
648-
runner: windows-2025
649-
nametag: windows-2025
648+
runner: windows-2025-vs2022
649+
nametag: windows-2025-vs2022
650650
generator: "Visual Studio 17 2022"
651651
python_ver: "3.12"
652652
opencolorio_ver: v2.3.2
@@ -657,6 +657,19 @@ jobs:
657657
PUGIXML_VERSION=v1.14
658658
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
659659
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
660+
- desc: Windows-2025 VS2026
661+
runner: windows-2025-vs2026
662+
nametag: windows-2025-vs2026
663+
generator: "Visual Studio 18 2026"
664+
python_ver: "3.12"
665+
opencolorio_ver: v2.5.1
666+
openexr_ver: v3.4.5
667+
openimageio_ver: release
668+
skip_tests: 1
669+
setenvs: export OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
670+
PUGIXML_VERSION=v1.14
671+
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
672+
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
660673

661674

662675
optix-gpu:

0 commit comments

Comments
 (0)