Skip to content

Commit 320c028

Browse files
committed
.github: workflows: bump os images
Update windows image from windows-2022 to windows-2025 as this is the current LTSC version, and bump ubuntu to 24.04 as this is also the current LTS version and supported version for Zephyr. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 314381c commit 320c028

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, macos-15-intel, windows-2022]
18+
os: [ubuntu-24.04, macos-14, macos-15-intel, windows-2025]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)