From 412fb7cefccf67d4f2854d7ccdc304f4d210fd8e Mon Sep 17 00:00:00 2001 From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:40:21 +0300 Subject: [PATCH] Revert "Pin CI image to `windows-2025` (#6148)" This reverts commit 43d643ad09179ae971894fcf690b2da3f36d2511. --- .github/workflows/ci.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f891eb05dc..45050db2da8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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