mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-01 06:53:23 +02:00
ci: switch integration tests to ARM runners
Switch all integration test jobs (build, build-postgres, test template) from ubuntu-latest (x86_64) to ubuntu-24.04-arm (aarch64). ARM runners on GitHub Actions are free for public repos and tend to have more consistent performance characteristics than the shared x86_64 pool. This should reduce flakiness caused by resource contention on congested runners. Updates #3125
This commit is contained in:
@@ -16,7 +16,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04-arm
|
||||
env:
|
||||
# Github does not allow us to access secrets in pull requests,
|
||||
# so this env var is used to check if we have the secret or not.
|
||||
|
||||
Reference in New Issue
Block a user