Skip to content

Commit fcfe837

Browse files
committed
[DNM] ci: bump ubuntu runners to 26.04
Bump ubuntu runners to 26.04 Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent c3dadfe commit fcfe837

14 files changed

Lines changed: 34 additions & 17 deletions

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515

1616
stub-build:
17-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-26.04
1818
strategy:
1919
matrix:
2020
# Keep these names short due to questionable Github UI choices

.github/workflows/close-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
stale:
1414
name: Find stale issues
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-26.04
1616
if: github.repository == 'thesofproject/sof'
1717
permissions:
1818
issues: write

.github/workflows/ipc_fuzzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
jobs:
2929

3030
simple-IPC-fuzz_sh:
31-
runs-on: ubuntu-24.04
31+
runs-on: ubuntu-26.04
3232
strategy:
3333
fail-fast: false
3434
matrix:

.github/workflows/llext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-24.04
19+
runs-on: ubuntu-26.04
2020
container:
2121
image: thesofproject/zephyr-lite:v0.29.3-rc1
2222

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737
jobs:
3838

3939
doxygen:
40-
runs-on: ubuntu-24.04
40+
runs-on: ubuntu-26.04
4141

4242
steps:
4343
- uses: actions/checkout@v4

.github/workflows/repro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
main:
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-26.04
2323

2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/rimage.yml

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

3030
# Basic build test
3131
build:
32-
runs-on: ubuntu-24.04
32+
runs-on: ubuntu-26.04
3333
env:
3434
# FIXME: add -Wpointer-arith
3535
_CFLGS: -Werror -Wall -Wmissing-prototypes
@@ -49,7 +49,7 @@ jobs:
4949

5050
# cppcheck
5151
cppcheck:
52-
runs-on: ubuntu-24.04
52+
runs-on: ubuntu-26.04
5353
steps:
5454
- uses: actions/checkout@v4
5555
with: {submodules: recursive, fetch-depth: 0, filter: 'tree:0'}

.github/workflows/sof-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# example in
3030
# https://github.com/thesofproject/sof/pull/5731#issuecomment-1175630147
3131
sof-docs:
32-
runs-on: ubuntu-24.04
32+
runs-on: ubuntu-26.04
3333

3434
steps:
3535
- uses: actions/checkout@v4

.github/workflows/sparse-zephyr.yml

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

2828
# We're sharing the sparse binary with the zephyr-build container so keep
2929
# this in sync with it.
30-
runs-on: ubuntu-24.04
30+
runs-on: ubuntu-26.04
3131
container:
3232
image: thesofproject/zephyr-lite:v0.29.3-rc1
3333

.github/workflows/testbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333

3434
jobs:
3535
build-and-test:
36-
runs-on: ubuntu-24.04
36+
runs-on: ubuntu-26.04
3737

3838
steps:
3939
- name: Checkout SOF repository (PR source)

0 commit comments

Comments
 (0)