ci: Use ubuntu-22.04 instead of ubuntu-latest

22.04 is the default today:
23da668261/README.md

Being more specific will avoid unexpected errors when Github updates the
default.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo
2024-07-18 21:24:27 +00:00
parent ceab66b1ce
commit de98e467b4
19 changed files with 26 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ jobs:
include:
- host_os: cbl-mariner
vmm: clh
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }}