Skip to content

Commit 050d5a4

Browse files
kv2019ilgirdwood
authored andcommitted
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 f941282 commit 050d5a4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/testbench.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,21 @@ 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)
3737
uses: actions/checkout@v4
3838
with:
3939
path: sof
4040

41+
# note: libasound-dev needed for testbench build which still
42+
# requires system ALSA headers to be present
4143
- name: apt get
4244
run: sudo apt-get update &&
4345
sudo apt-get -y install valgrind ninja-build
4446
octave octave-signal automake autoconf libtool
45-
gettext linux-headers-6.11.0-8
47+
gettext libasound2-dev
4648

4749
- name: Build Alsa-lib
4850
run: |

0 commit comments

Comments
 (0)