]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
ci: bump ubuntu to 24.04
authortobtoht <tob@featherwallet.org>
Fri, 9 Aug 2024 09:16:23 +0000 (11:16 +0200)
committertobtoht <tob@featherwallet.org>
Fri, 9 Aug 2024 09:16:23 +0000 (11:16 +0200)
.github/workflows/guix.yml

index 56131a6379057b75e876d5c0c42702c8fc769c71..d7c102b0b2a58acb85e72c4c422019cb2990c734 100644 (file)
@@ -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