From 5f8814495c31b56148feaff82335a9db421b0e7c Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Sun, 2 Jun 2024 11:52:33 +0200 Subject: [PATCH] Use newer CI build image Signed-off-by: Marcel Bargull --- .github/workflows/base-glibc-busybox-bash.yaml | 2 +- .github/workflows/base-glibc-debian-bash.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base-glibc-busybox-bash.yaml b/.github/workflows/base-glibc-busybox-bash.yaml index fdcb768..d16ca52 100644 --- a/.github/workflows/base-glibc-busybox-bash.yaml +++ b/.github/workflows/base-glibc-busybox-bash.yaml @@ -14,7 +14,7 @@ on: jobs: build: name: Build & Push - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # The base image is not intended to change often and should be used with # version tags or checksum IDs, but not via "latest". diff --git a/.github/workflows/base-glibc-debian-bash.yaml b/.github/workflows/base-glibc-debian-bash.yaml index 525f2d9..9ebbfcf 100644 --- a/.github/workflows/base-glibc-debian-bash.yaml +++ b/.github/workflows/base-glibc-debian-bash.yaml @@ -14,7 +14,7 @@ on: jobs: build: name: Build & Push - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # The base image is not intended to change often and should be used with # version tags or checksum IDs, but not via "latest".