upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 21:43:20 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 21:43:20 +0100
commitb61f48bcdad6a7d13259bb0c1dfe6c7564b357a1 (patch)
tree33e8a55b0f75e180d00ff45d7374ad166f16ec5a /.github/workflows/release.yml
parent4a9dcc66ac7be69031a19f6ece0be4642e1f3057 (diff)
build: bump CI runner action to latest
as the nix flake update must have broken cachix/install-nix-action@v22 ``` This version of Nixpkgs requires an implementation of Nix with the following features: - `builtins.nixVersion` reports at least 2.18 Your are evaluating with Nix 2.16.1, please upgrade: ```
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c3060b6..d311621 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57 build-tool: cargo 57 build-tool: cargo
58 runs-on: ${{ matrix.os }} 58 runs-on: ${{ matrix.os }}
59 steps: 59 steps:
60 - uses: actions/checkout@v3 60 - uses: actions/checkout@v5
61 - uses: dtolnay/rust-toolchain@stable 61 - uses: dtolnay/rust-toolchain@stable
62 - name: Install cargo-zigbuild using Homebrew for macOS 62 - name: Install cargo-zigbuild using Homebrew for macOS
63 if: runner.os == 'macOS' && matrix.build-tool == 'cargo-zigbuild' 63 if: runner.os == 'macOS' && matrix.build-tool == 'cargo-zigbuild'