Skip to content

Commit 92c1612

Browse files
committed
ci: Remove deprecated windows-2025 runner (AcademySoftwareFoundation#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 c66c2a0 commit 92c1612

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
@@ -595,19 +595,6 @@ jobs:
595595
PUGIXML_VERSION=v1.14
596596
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
597597
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
598-
- desc: Windows-2025 VS2022 llvm20 oiio3.1
599-
runner: windows-2025
600-
nametag: windows-2025-vs2022
601-
generator: "Visual Studio 17 2022"
602-
python_ver: "3.12"
603-
opencolorio_ver: v2.3.2
604-
openexr_ver: v3.3.2
605-
openimageio_ver: release
606-
skip_tests: 1
607-
setenvs: export OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
608-
PUGIXML_VERSION=v1.14
609-
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
610-
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
611598
- desc: Windows-2025 VS2026
612599
runner: windows-2025-vs2026
613600
nametag: windows-2025-vs2026

0 commit comments

Comments
 (0)