Skip to content

Commit 75b4586

Browse files
authored
ci: Remove deprecated windows-2025 runner (#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 9360099 commit 75b4586

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -755,15 +755,6 @@ jobs:
755755
python_ver: "3.12"
756756
ctest_test_timeout: "240"
757757
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
758-
- desc: Windows-2025 VS2022
759-
runner: windows-2025
760-
nametag: windows-2025
761-
oiio_python_bindings_backend: both
762-
generator: "Visual Studio 17 2022"
763-
python_ver: "3.12"
764-
ctest_test_timeout: "240"
765-
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
766-
benchmark: 1
767758
- desc: Windows-2025 VS2026
768759
runner: windows-2025-vs2026
769760
nametag: windows-2025-vs2026
@@ -772,3 +763,4 @@ jobs:
772763
ctest_test_timeout: "240"
773764
setenvs: export OPENIMAGEIO_PYTHON_LOAD_DLLS_FROM_PATH=1
774765
benchmark: 1
766+
oiio_python_bindings_backend: both

0 commit comments

Comments
 (0)