GH-144679: Switch to windows-2025-vs2026 build image in GitHub Actions (GH-145005)

This commit is contained in:
Chris Eibl
2026-02-19 19:10:00 +01:00
committed by GitHub
parent 930b3fd1df
commit 6485c8583a
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -74,10 +74,10 @@ jobs:
include:
- target: i686-pc-windows-msvc/msvc
architecture: Win32
runner: windows-2025
runner: windows-2025-vs2026
- target: x86_64-pc-windows-msvc/msvc
architecture: x64
runner: windows-2025
runner: windows-2025-vs2026
- target: aarch64-pc-windows-msvc/msvc
architecture: ARM64
runner: windows-11-arm
+1 -1
View File
@@ -17,7 +17,7 @@ env:
jobs:
build:
name: installer for ${{ inputs.arch }}
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }}
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025-vs2026' }}
timeout-minutes: 60
env:
ARCH: ${{ inputs.arch }}
+1 -1
View File
@@ -21,7 +21,7 @@ env:
jobs:
build:
name: Build and test (${{ inputs.arch }})
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025' }}
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2025-vs2026' }}
timeout-minutes: 60
env:
ARCH: ${{ inputs.arch }}