From 6a1d5f05c3a404264f268b4b485ddd9979831c33 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 9 Aug 2024 11:16:23 +0200 Subject: [PATCH] ci: bump ubuntu to 24.04 --- .github/workflows/guix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 56131a6..d7c102b 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: cache-sources: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: @@ -20,7 +20,7 @@ jobs: run: make -C contrib/depends download build-guix: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [cache-sources] strategy: fail-fast: false @@ -63,7 +63,7 @@ jobs: guix/guix-build-*/logs/${{ matrix.toolchain.target }}/* bundle-logs: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [build-guix] steps: - uses: actions/download-artifact@v4