Skip to content

Commit 201ac96

Browse files
committed
github: workflow: use 24.04LTS for testbench build
The 24.10 runner availability is not great and 24.10 is not strictly needed, so use 24.04LTS instead. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent f0f8549 commit 201ac96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testbench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
build-and-test:
33-
runs-on: ubuntu-24.10
33+
runs-on: ubuntu-24.04
3434

3535
steps:
3636
- name: Checkout SOF repository (PR source)
@@ -42,7 +42,7 @@ jobs:
4242
run: sudo apt-get update &&
4343
sudo apt-get -y install valgrind ninja-build
4444
octave octave-signal automake autoconf libtool
45-
gettext linux-headers-6.11.0-8
45+
gettext linux-libc-dev
4646

4747
- name: Build Alsa-lib
4848
run: |

0 commit comments

Comments
 (0)