Skip to content

Commit 481852f

Browse files
authored
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 f9121bb commit 481852f

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
@@ -620,8 +620,8 @@ jobs:
620620
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
621621
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
622622
- desc: Windows-2025 VS2022 llvm20 oiio3.1
623-
runner: windows-2025
624-
nametag: windows-2025
623+
runner: windows-2025-vs2022
624+
nametag: windows-2025-vs2022
625625
generator: "Visual Studio 17 2022"
626626
python_ver: "3.12"
627627
opencolorio_ver: v2.3.2
@@ -632,6 +632,19 @@ jobs:
632632
PUGIXML_VERSION=v1.14
633633
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
634634
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
635+
- desc: Windows-2025 VS2026
636+
runner: windows-2025-vs2026
637+
nametag: windows-2025-vs2026
638+
generator: "Visual Studio 18 2026"
639+
python_ver: "3.12"
640+
opencolorio_ver: v2.5.1
641+
openexr_ver: v3.4.5
642+
openimageio_ver: release
643+
skip_tests: 1
644+
setenvs: export OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
645+
PUGIXML_VERSION=v1.14
646+
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
647+
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
635648

636649

637650
optix-gpu:

0 commit comments

Comments
 (0)