mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 09:20:35 +01:00
Add an x86_64 linux namespace runner
This commit is contained in:
parent
56ad6029ca
commit
86aaa655ac
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -89,8 +89,10 @@ jobs:
|
|||
runner: "macos-latest-xlarge"
|
||||
- nix-system: "x86_64-darwin"
|
||||
runner: "macos-12"
|
||||
- nix-system: "aarch64-linux"
|
||||
- nix-system: "namespace-aarch64-linux"
|
||||
runner: "namespace-profile-default-arm64"
|
||||
- nix-system: "namespace-x86_64-linux"
|
||||
runner: "namespace-profile-default"
|
||||
- nix-system: "x86_64-linux"
|
||||
runner: "ubuntu-22.04"
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue