Skip to content

Commit

Permalink
ci: run arm64 job on slightly beefier runner (#9974)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Aug 30, 2024
1 parent 5abee62 commit 4e50250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
self-hosted-runner:
labels:
- ubuntu-arm64-small
- ubuntu-arm64-24.04
2 changes: 1 addition & 1 deletion .github/workflows/nix-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- "3.11"
- "3.12"
include:
- os: ubuntu-arm64-small
- os: ubuntu-arm64-24.04
python-version: "3.12"
- os: macos-14
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- "3.11"
- "3.12"
include:
- os: ubuntu-arm64-small
- os: ubuntu-arm64-24.04
python-version: "3.12"
- os: macos-14
python-version: "3.10"
Expand Down

0 comments on commit 4e50250

Please sign in to comment.