workflows: Bump host os for coco-non-tee tests to Ubuntu 24.04

So we can ensure we're relying on cgroupsv2 there.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2025-01-24 11:25:42 +01:00
parent ee635293c6
commit a84d836e77
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
- nydus - nydus
pull-type: pull-type:
- guest-pull - guest-pull
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
DOCKER_REGISTRY: ${{ inputs.registry }} DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }} DOCKER_REPO: ${{ inputs.repo }}

View File

@ -282,7 +282,7 @@ jobs:
- nydus - nydus
pull-type: pull-type:
- guest-pull - guest-pull
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
DOCKER_REGISTRY: ${{ inputs.registry }} DOCKER_REGISTRY: ${{ inputs.registry }}
DOCKER_REPO: ${{ inputs.repo }} DOCKER_REPO: ${{ inputs.repo }}