Skip to content

Commit

Permalink
Use non-large arm runner
Browse files Browse the repository at this point in the history
As visible in repo `Insights` `Actions Usage Metrics` the
`arm-4core-linux-ubuntu24.04` variant is a `hosted-larger` which may not
be free.

Use `ubuntu-24.04-arm` instead.

See: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
  • Loading branch information
lloeki committed Feb 21, 2025
1 parent 29a6bd8 commit 81d1ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
base: ubuntu-24.04 # always x86_64-linux-gnu
- os: linux
cpu: aarch64
base: arm-4core-linux-ubuntu24.04 # always aarch64-linux-gnu
base: ubuntu-24.04-arm # always aarch64-linux-gnu
nix:
- 24.05

Expand Down

0 comments on commit 81d1ffa

Please sign in to comment.