Skip to content

Commit f522378

Browse files
committed
.github: workflows: bump windows image version
Update windows image from windows-2022 to windows-2025 as this is the current LTSC version. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent bf731c0 commit f522378

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
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ubuntu-22.04, macos-14, windows-2022]
18+
os: [ubuntu-22.04, macos-14, windows-2025]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)