From 91a540cdd5b8c75704dbf552f0275b30977aab73 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 21 Jun 2025 14:30:40 -0400 Subject: [PATCH] Set runner to go on 22.04 for podman --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71b7231..b3ba8b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: jobs: bluebuild: name: Build Custom Image - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: read packages: write @@ -43,7 +43,6 @@ jobs: # that is compatible with BlueBuild - name: Setup Podman - if: ${{ steps.ubuntu_version.outputs.version == '22.04' }} shell: bash run: | # from https://askubuntu.com/questions/1414446/whats-the-recommended-way-of-installing-podman-4-in-ubuntu-22-04