Skip to content

Commit

Permalink
ci(runners): beef up arm64 nix runners a bit (#10730)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jan 26, 2025
1 parent 48f2823 commit cfc9724
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
self-hosted-runner:
labels:
- ubuntu-arm64-24.04
- ubuntu-arm64-24.04-small
- ubuntu-arm64-24.04-medium
2 changes: 1 addition & 1 deletion .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
os:
- ubuntu-latest # x86_64-linux
- ubuntu-arm64-24.04 # aarch64-linux
- ubuntu-arm64-24.04-medium # aarch64-linux
- macos-13 # x86_64-darwin
- macos-14 # aarch64-darwin
python-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
os:
- ubuntu-latest # x86_64-linux
- ubuntu-arm64-24.04 # aarch64-linux
- ubuntu-arm64-24.04-medium # aarch64-linux
- macos-13 # x86_64-darwin
- macos-14 # aarch64-darwin
python-version:
Expand Down

0 comments on commit cfc9724

Please sign in to comment.