Skip to content

Commit 986907c

Browse files
committed
ci: Remove deprecated windows-2025 runner (AcademySoftwareFoundation#5189)
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. The one thing the middle one did differently than the others is test nanobind, so just move that to the VS2026 one. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 8daf736 commit 986907c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -779,14 +779,6 @@ jobs:
779779
python_ver: "3.12"
780780
ctest_test_timeout: "240"
781781
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
782-
- desc: Windows-2025 VS2022
783-
runner: windows-2025
784-
nametag: windows-2025
785-
generator: "Visual Studio 17 2022"
786-
python_ver: "3.12"
787-
ctest_test_timeout: "240"
788-
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
789-
benchmark: 1
790782
- desc: Windows-2025 VS2026
791783
runner: windows-2025-vs2026
792784
nametag: windows-2025-vs2026
@@ -795,3 +787,4 @@ jobs:
795787
ctest_test_timeout: "240"
796788
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
797789
benchmark: 1
790+
oiio_python_bindings_backend: both

0 commit comments

Comments
 (0)