workflows: Zephyr build-linux job upgraded runner OS to Ubuntu 22.04

New Zephyr Docker container v.26.4 is based on Ubuntu 22.04,
upgrading build-linux job OS to match the one in the container.

Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
This commit is contained in:
Andrey Borisovich 2023-05-18 20:00:41 +02:00 committed by Kai Vehmanen
parent ab3a11338a
commit a047538c82
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
fi
build-linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix: