Skip to content

Commit 39470e1

Browse files
committed
ci: bump ubuntu runners to 24.04
Bump ubuntu runners to 24.04 Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent e046dee commit 39470e1

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on: [pull_request, workflow_call, workflow_dispatch]
1616

1717
jobs:
1818
checkpatch:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
strategy:
2222
fail-fast: false

.github/workflows/llext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313

1414
jobs:
1515
build:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
container:
1818
image: thesofproject/zephyr-lite:v0.29.0-rc3
1919

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
jobs:
3535

3636
doxygen:
37-
runs-on: ubuntu-22.04
37+
runs-on: ubuntu-24.04
3838

3939
steps:
4040
- uses: actions/checkout@v4

.github/workflows/repro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on: [pull_request, workflow_dispatch, workflow_call]
1616

1717
jobs:
1818
main:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/rimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Basic build test
2828
build:
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
env:
3131
# FIXME: add -Wpointer-arith
3232
_CFLGS: -Werror -Wall -Wmissing-prototypes
@@ -46,7 +46,7 @@ jobs:
4646

4747
# cppcheck
4848
cppcheck:
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-24.04
5050
steps:
5151
- uses: actions/checkout@v4
5252
with: {submodules: recursive, fetch-depth: 0, filter: 'tree:0'}

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333

3434
SOF-alsa-plugin:
35-
runs-on: ubuntu-22.04
35+
runs-on: ubuntu-24.04
3636
steps:
3737
- uses: actions/checkout@v4
3838
with: {filter: 'tree:0'}

.github/workflows/zephyr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# sof/scripts/xtensa-build-zephyr.py configuration script. Then this
6767
# job will be disappear, folded back in the regular build-* jobs below.
6868
LP64-WIP:
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
defaults:
7171
run:
7272
shell: bash
@@ -97,7 +97,7 @@ jobs:
9797
-DEXTRA_AFLAGS=-Werror
9898
9999
build-linux:
100-
runs-on: ubuntu-22.04
100+
runs-on: ubuntu-24.04
101101
defaults:
102102
run:
103103
shell: bash

0 commit comments

Comments
 (0)