Update CI workflow to Ubuntu 26.04
CI / Check, build and cache nixfiles (push) Successful in 46m23s

This commit is contained in:
2026-06-14 20:37:53 +01:00
parent b044504938
commit 90cc2d53f1
+3 -3
View File
@@ -7,10 +7,10 @@ on:
jobs: jobs:
check: check:
name: Check, build and cache nixfiles name: Check, build and cache nixfiles
runs-on: ubuntu-22.04 runs-on: ubuntu-26.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v31
with: with:
# Gitea will supply a token in GITHUB_TOKEN, which this action will # Gitea will supply a token in GITHUB_TOKEN, which this action will
# try to pass to Nix when downloading from GitHub # try to pass to Nix when downloading from GitHub