mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-12-14 20:23:06 +00:00
ci: drop macos-13 runner
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
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 runner will be removed next month. We now test x86_64-darwin on macos-15-intel. That runner will be supported until fall of 2027.
This commit is contained in:
parent
0b0e072294
commit
7e5978947b
2 changed files with 1 additions and 5 deletions
2
.github/workflows/test-per-system.yml
vendored
2
.github/workflows/test-per-system.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflow_call:
|
||||
inputs:
|
||||
runs-on:
|
||||
description: 'GitHub Actions runner to use (e.g., ubuntu-latest, macos-13)'
|
||||
description: 'GitHub Actions runner to use (e.g., ubuntu-latest, macos-latest)'
|
||||
required: true
|
||||
type: string
|
||||
system:
|
||||
|
|
|
|||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -45,10 +45,6 @@ jobs:
|
|||
- runs-on: macos-15-intel
|
||||
system: x86_64-darwin
|
||||
oldest_installer_version: nix-2.18.6
|
||||
# macos13 will be retired on 04/12/2025
|
||||
- runs-on: macos-13
|
||||
system: x86_64-darwin
|
||||
oldest_installer_version: nix-2.8.0
|
||||
uses: ./.github/workflows/test-per-system.yml
|
||||
with:
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue