Revert "Pin CI image to windows-2025 (#6148)" (#6182)

This reverts commit 43d643ad09.
This commit is contained in:
Shahar Naveh
2025-10-12 06:55:46 +03:00
committed by GitHub
parent c979059eeb
commit 7986fee56f

View File

@@ -116,10 +116,7 @@ jobs:
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v5
@@ -245,10 +242,7 @@ jobs:
timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v5