Skip to content

Commit 684d9dd

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 a2064f6 commit 684d9dd

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
@@ -649,19 +649,6 @@ jobs:
649649
PUGIXML_VERSION=v1.14
650650
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
651651
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
652-
- desc: Windows-2025 VS2022 llvm20 oiio3.1
653-
runner: windows-2025
654-
nametag: windows-2025-vs2022
655-
generator: "Visual Studio 17 2022"
656-
python_ver: "3.12"
657-
opencolorio_ver: v2.3.2
658-
openexr_ver: v3.3.2
659-
openimageio_ver: release
660-
skip_tests: 1
661-
setenvs: export OSL_CMAKE_FLAGS="-DUSE_LLVM_BTCODE=ON"
662-
PUGIXML_VERSION=v1.14
663-
OpenImageIO_BUILD_MISSING_DEPS="Freetype;TIFF;libdeflate;libjpeg-turbo"
664-
LLVM_GOOGLE_DRIVE_ID="1uy7PNVlTQ-H56unXGOS6siRWtNcdS1J7"
665652
- desc: Windows-2025 VS2026
666653
runner: windows-2025-vs2026
667654
nametag: windows-2025-vs2026

0 commit comments

Comments
 (0)