Skip to content

Commit

Permalink
Add an x86_64 linux namespace runner
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jul 22, 2024
1 parent 56ad602 commit 86aaa65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86aaa65

Please sign in to comment.