Skip to content

Commit

Permalink
Merge pull request #2739 from signalwire/arm-runner
Browse files Browse the repository at this point in the history
[GHA] Use `ubuntu-24.04-arm` runner
  • Loading branch information
andywolk authored Jan 24, 2025
2 parents 102e4c0 + edc534f commit 2295433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
- name: amd64
runner: ubuntu-latest
- name: arm32v7
runner: linux-arm64-4-core-public
runner: ubuntu-24.04-arm
- name: arm64v8
runner: linux-arm64-4-core-public
runner: ubuntu-24.04-arm
release:
- ${{ needs.preconfig.outputs.release }}
exclude: ${{ fromJson(needs.preconfig.outputs.deb) }}
Expand Down

0 comments on commit 2295433

Please sign in to comment.