From a3181382575d23e3981c45a59da4a5ffdf99007f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:28:27 +0300 Subject: [PATCH 1/2] [3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (cherry picked from commit 6e78a539bfb406238ec251ba01b7a1819e5c303e) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .azure-pipelines/libffi-build.yml | 2 +- .github/workflows/build_msi.yml | 6 +++--- .github/workflows/reusable-windows.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.azure-pipelines/libffi-build.yml b/.azure-pipelines/libffi-build.yml index dd26ff215a807a..a9f89a8e359ba2 100644 --- a/.azure-pipelines/libffi-build.yml +++ b/.azure-pipelines/libffi-build.yml @@ -13,7 +13,7 @@ jobs: - job: Build_LibFFI displayName: LibFFI pool: - vmImage: windows-latest + vmImage: windows-2022 workspace: clean: all diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml index 4c6e2678f716b5..1714f6fb3782b3 100644 --- a/.github/workflows/build_msi.yml +++ b/.github/workflows/build_msi.yml @@ -33,7 +33,7 @@ concurrency: jobs: build_win32: name: 'Windows (x86) Installer' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 60 steps: - uses: actions/checkout@v4 @@ -42,7 +42,7 @@ jobs: build_win_amd64: name: 'Windows (x64) Installer' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 60 steps: - uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: build_win_arm64: name: 'Windows (ARM64) Installer' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/reusable-windows.yml b/.github/workflows/reusable-windows.yml index 41f2c2b0c2cd25..fc1e6aed1eca5e 100644 --- a/.github/workflows/reusable-windows.yml +++ b/.github/workflows/reusable-windows.yml @@ -9,7 +9,7 @@ on: jobs: build_win32: name: 'build and test (x86)' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 60 env: IncludeUwp: 'true' @@ -24,7 +24,7 @@ jobs: build_win_amd64: name: 'build and test (x64)' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 60 env: IncludeUwp: 'true' @@ -41,7 +41,7 @@ jobs: build_win_arm64: name: 'build (arm64)' - runs-on: windows-latest + runs-on: windows-2022 timeout-minutes: 60 env: IncludeUwp: 'true' From f0cf43f8d67dcf8c11d0ea026d7173023eb9f4fe Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 11 Sep 2025 21:10:55 +0300 Subject: [PATCH 2/2] Update .azure-pipelines/libffi-build.yml --- .azure-pipelines/libffi-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/libffi-build.yml b/.azure-pipelines/libffi-build.yml index a9f89a8e359ba2..dd26ff215a807a 100644 --- a/.azure-pipelines/libffi-build.yml +++ b/.azure-pipelines/libffi-build.yml @@ -13,7 +13,7 @@ jobs: - job: Build_LibFFI displayName: LibFFI pool: - vmImage: windows-2022 + vmImage: windows-latest workspace: clean: all