Skip to content

Commit

Permalink
ci(runners): beef up arm64 nix runners a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 26, 2025
1 parent 591f5e9 commit 1c5b2ab
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 1c5b2ab

Please sign in to comment.