mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-11-06 23:49:13 +00:00
ci: add macos-15-intel runner
This commit is contained in:
parent
9280e7aca8
commit
0b43574e96
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -42,6 +42,10 @@ jobs:
|
||||||
- runs-on: macos-14
|
- runs-on: macos-14
|
||||||
system: aarch64-darwin
|
system: aarch64-darwin
|
||||||
oldest_installer_version: nix-2.8.0
|
oldest_installer_version: nix-2.8.0
|
||||||
|
- runs-on: macos-15-intel
|
||||||
|
system: x86_64-darwin
|
||||||
|
oldest_installer_version: nix-2.18.0
|
||||||
|
# macos13 will be retired on 04/12/2025
|
||||||
- runs-on: macos-13
|
- runs-on: macos-13
|
||||||
system: x86_64-darwin
|
system: x86_64-darwin
|
||||||
oldest_installer_version: nix-2.8.0
|
oldest_installer_version: nix-2.8.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue