Skip to content

Commit 83f6540

Browse files
committed
ci: switch to ubuntu 24.04 for build tests
clang from Ubuntu 22.04 is too old for the current Zephyr, switch to 24.04 for the "stub-build" CI test. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 51e453e commit 83f6540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: [pull_request, workflow_dispatch, workflow_call]
1111
jobs:
1212

1313
stub-build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
1717
# Keep these names short due to questionable Github UI choices

0 commit comments

Comments
 (0)