Skip to content

Commit f8f7edb

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 5871b29 commit f8f7edb

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
@@ -649,8 +649,8 @@ jobs:
649649
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
650650
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
651651
- desc: Windows-2025 VS2022 llvm20 oiio3.1
652-
runner: windows-2025
653-
nametag: windows-2025
652+
runner: windows-2025-vs2022
653+
nametag: windows-2025-vs2022
654654
generator: "Visual Studio 17 2022"
655655
python_ver: "3.12"
656656
opencolorio_ver: v2.3.2
@@ -661,6 +661,19 @@ jobs:
661661
PUGIXML_VERSION=v1.14
662662
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
663663
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
664+
- desc: Windows-2025 VS2026
665+
runner: windows-2025-vs2026
666+
nametag: windows-2025-vs2026
667+
generator: "Visual Studio 18 2026"
668+
python_ver: "3.12"
669+
opencolorio_ver: v2.5.1
670+
openexr_ver: v3.4.5
671+
openimageio_ver: release
672+
skip_tests: 1
673+
setenvs: export OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
674+
PUGIXML_VERSION=v1.14
675+
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
676+
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
664677

665678

666679
optix-gpu:

0 commit comments

Comments
 (0)