Update dependency ubuntu to v24
renovate[bot] committed
May 28, 2026 at 17:00 UTC
e034822cd17a46bca45a7b2e763bc8f8738cc196
1 file changed
+2
-2
.github/workflows/ci.yml
+2
-2
@@ -57,7 +57,7 @@ jobs:
57
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
58
- run: nix run --inputs-from . nixpkgs#nix-fast-build -- --skip-cached --no-nom --flake '.#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel'
59
nixos-aarch64:
60
- runs-on: ubuntu-22.04-arm
60
+ runs-on: ubuntu-24.04-arm
61
strategy:
62
fail-fast: false
63
matrix:
@@ -92,7 +92,7 @@ jobs:
92
- run: nix run --inputs-from . nixpkgs#nix-fast-build -- --skip-cached --no-nom --flake '.#ciSystems.ofborg-x86_64-linux'
93
nixos-ofborg-aarch64:
94
name: NixOS ofborg (aarch64)
95
- runs-on: ubuntu-22.04-arm
95
+ runs-on: ubuntu-24.04-arm
96
steps:
97
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
98
with: