From 14b2f89bd44757dfa6992f456139bae0fe0a61d5 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 21 Nov 2022 20:37:13 +0000 Subject: [PATCH] .github/sparse-zephyr: align Ubuntu version with zephyr-build Safer to have nested containers identical to each other, will help share binaries. Signed-off-by: Marc Herbert --- .github/workflows/sparse-zephyr.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sparse-zephyr.yml b/.github/workflows/sparse-zephyr.yml index 36e9ca6ed..2febd27e7 100644 --- a/.github/workflows/sparse-zephyr.yml +++ b/.github/workflows/sparse-zephyr.yml @@ -14,7 +14,10 @@ jobs: # small subset of specific warnings defined in # sof/scripts/parse_sparse_output.sh warnings-subset: - runs-on: ubuntu-22.04 + + # We're sharing binaries with the zephyr-build container so keep + # this in sync with it. + runs-on: ubuntu-20.04 strategy: fail-fast: false