Skip to content

Commit 54aed55

Browse files
committed
Windows 2025
* Pre-emptively upgrade Windows runner from `server-2022` to `server-2025` * `windows-latest` is automatically upgrading to `server-2025` on September 2, 2025 (actions/runner-images#12677)
1 parent cb1dc07 commit 54aed55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-latest]
17+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-2025]
1818
include:
1919
- os: ubuntu-24.04
2020
arch: x86_64
@@ -24,7 +24,7 @@ jobs:
2424
arch: x86_64
2525
- os: macos-15
2626
arch: aarch64
27-
- os: windows-latest
27+
- os: windows-2025
2828
arch: x86_64
2929
fail-fast: false
3030
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)