From da06a7b9ebb03c58330abfba263f1c98f176b057 Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:30:18 +0200 Subject: [PATCH 1/2] Pin CI image to `windows-2025` For more info see see: https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/ --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0ff575f1e8..ae4a70a54f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -116,7 +116,10 @@ jobs: timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: + - macos-latest + - ubuntu-latest + - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30 fail-fast: false steps: - uses: actions/checkout@v4 From 1d831883844183411f1791ae7fef5da81c48321e Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:43:19 +0200 Subject: [PATCH 2/2] Align images with all jobs --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae4a70a54f0..0df47990549 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -245,7 +245,10 @@ jobs: timeout-minutes: ${{ contains(matrix.os, 'windows') && 45 || 30 }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: + - macos-latest + - ubuntu-latest + - windows-2025 # TODO: Switch to `windows-latest` on 2025/09/30 fail-fast: false steps: - uses: actions/checkout@v4