Revert "ci: use 25.11 for channel tests"
Some checks failed
install-nix-action test / act-support (push) Failing after 1s
install-nix-action test / test (nix-2.18.6, macos-15, aarch64-darwin) (push) Has been cancelled
install-nix-action test / test (nix-2.18.6, macos-15-intel, x86_64-darwin) (push) Has been cancelled
install-nix-action test / test (nix-2.18.6, macos-26, aarch64-darwin) (push) Has been cancelled
install-nix-action test / test (nix-2.18.6, macos-latest, aarch64-darwin) (push) Has been cancelled
install-nix-action test / test (nix-2.8.0, macos-14, aarch64-darwin) (push) Has been cancelled
install-nix-action test / test (nix-2.8.0, ubuntu-22.04, x86_64-linux) (push) Has been cancelled
install-nix-action test / test (nix-2.8.0, ubuntu-22.04-arm, aarch64-linux) (push) Has been cancelled
install-nix-action test / test (nix-2.8.0, ubuntu-24.04-arm, aarch64-linux) (push) Has been cancelled
install-nix-action test / test (nix-2.8.0, ubuntu-latest, x86_64-linux) (push) Has been cancelled

This reverts commit 15118c17f9.

25.11 drops support for older version of Nix.
This commit is contained in:
Sander 2026-03-22 15:58:34 +01:00
parent 15118c17f9
commit 51f3067b56
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ on:
type: string
env:
nixpkgs_channel: nixpkgs=channel:nixos-25.11
nixpkgs_channel: nixpkgs=channel:nixos-25.05
jobs:
simple-build:

View file

@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
nixpkgs_channel: nixpkgs=channel:nixos-25.11
nixpkgs_channel: nixpkgs=channel:nixos-25.05
jobs:
test: