Skip to content

Commit cbdcc44

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 cbdcc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testbench.yml

Lines changed: 1 addition & 1 deletion
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)

0 commit comments

Comments
 (0)