mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-19 17:57:22 +00:00
Merge pull request #2739 from signalwire/arm-runner
[GHA] Use `ubuntu-24.04-arm` runner
This commit is contained in:
commit
22954336ed
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user