Merge pull request #2739 from signalwire/arm-runner

[GHA] Use `ubuntu-24.04-arm` runner
This commit is contained in:
Andrey Volk 2025-01-24 17:24:00 +03:00 committed by GitHub
commit 22954336ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) }}