Skip to content

Commit 642b3cc

Browse files
github: actions: build: switch to the windows-2025 runner image
Switch to using the windows-2025 (Windows Server 2025) runner image. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent 0d49902 commit 642b3cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-24.04, macos-15, windows-2022]
17+
os: [ubuntu-24.04, macos-15, windows-2025]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)