.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 <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2022-11-21 20:37:13 +00:00 committed by Liam Girdwood
parent 7d9de28ef1
commit 14b2f89bd4
1 changed files with 4 additions and 1 deletions

View File

@ -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