Skip to content

Commit 0c0f228

Browse files
authored
ci: Remove deprecated windows-2025 runner (#2114)
We test on 3 Windows runner configurations currently -- Windows 2022 with VS2022, Windows 2025 with VS2022, and Windows 2025 with VS2026. GitHub says the middle one will go away imminently (actually, it won't "break", but it will redirect to Windows 2025 with VS2026, which we already test). So take it out of our lineup, it's just waste. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 1797716 commit 0c0f228

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -571,19 +571,6 @@ jobs:
571571
PUGIXML_VERSION=v1.14
572572
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
573573
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
574-
- desc: Windows-2025 VS2022 llvm20 oiio3.1
575-
runner: windows-2025
576-
nametag: windows-2025-vs2022
577-
generator: "Visual Studio 17 2022"
578-
python_ver: "3.12"
579-
opencolorio_ver: v2.3.2
580-
openexr_ver: v3.3.2
581-
openimageio_ver: release
582-
skip_tests: 1
583-
setenvs: export OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
584-
PUGIXML_VERSION=v1.14
585-
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
586-
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
587574
- desc: Windows-2025 VS2026
588575
runner: windows-2025-vs2026
589576
nametag: windows-2025-vs2026

0 commit comments

Comments
 (0)