From 479f0402ca8e26c8c3027c93d4d92432f5380bc7 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 22 Dec 2024 13:30:27 +0000 Subject: [PATCH] ci: switch to ubuntu 24.04 pre-emptively trying to fix build cancellations --- .github/workflows/docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 58e186d0b..010991e94 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -27,7 +27,7 @@ permissions: jobs: base: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 name: Build base image steps: # Configure build environment @@ -57,7 +57,7 @@ jobs: publish: needs: [base] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 if: github.event_name != 'pull_request' strategy: matrix: