From: tobtoht Date: Fri, 9 Aug 2024 09:16:23 +0000 (+0200) Subject: ci: bump ubuntu to 24.04 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=6a1d5f05c3a404264f268b4b485ddd9979831c33;p=gamesguru%2Ffeather.git ci: bump ubuntu to 24.04 --- diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 56131a63..d7c102b0 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