Chore: CI: Update the windows-2019 runner to windows-2025 (#12378)

This commit is contained in:
Henry Heino
2025-06-06 10:21:40 +01:00
committed by GitHub
parent 86ee95a8d0
commit 591a56e510
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
matrix:
# Do not use unbuntu-latest because it causes `The operation was canceled` failures:
# https://github.com/actions/runner-images/issues/6709
os: [macos-13, ubuntu-22.04, windows-2019, ubuntu-22.04-arm]
os: [macos-13, ubuntu-22.04, windows-2025, ubuntu-22.04-arm]
steps:
- uses: actions/checkout@v4