Skip to content

Commit e2c0273

Browse files
kartbenMaureenHelm
authored andcommitted
ci: update workflows to use Ubuntu 24.04 instead of 22.04
Update the few workflows that were testing against Ubuntu 22.04 since current LTS is 24.04 and all other workflows (including anything using our Docker image) are already using 24.04. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 2d27915 commit e2c0273

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/devicetree_checks.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
python-version: ['3.10', '3.11', '3.12', '3.13']
33-
os: [ubuntu-22.04, macos-14, windows-2022]
33+
os: [ubuntu-24.04, macos-14, windows-2022]
3434
steps:
3535
- name: checkout
3636
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

‎.github/workflows/hello_world_multiplatform.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-14, windows-2022]
31+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, windows-2022]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Checkout

‎.github/workflows/west_cmds.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
python-version: ['3.10', '3.11', '3.12', '3.13']
36-
os: [ubuntu-22.04, macos-14, windows-2022]
36+
os: [ubuntu-24.04, macos-14, windows-2022]
3737
steps:
3838
- name: checkout
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)