From 90cc2d53f1794cf8f47b17958b0cc5300a4dc649 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 14 Jun 2026 20:37:53 +0100 Subject: [PATCH] Update CI workflow to Ubuntu 26.04 --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cccd6db..ab2dac8 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,10 +7,10 @@ on: jobs: check: name: Check, build and cache nixfiles - runs-on: ubuntu-22.04 + runs-on: ubuntu-26.04 steps: - - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v27 + - uses: actions/checkout@v6 + - uses: cachix/install-nix-action@v31 with: # Gitea will supply a token in GITHUB_TOKEN, which this action will # try to pass to Nix when downloading from GitHub