Skip to content

Commit

Permalink
Merge pull request #285 from freeswitch/ubuntu-24.04-arm
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 3d71831 + 20e0d8e commit 4cb7477
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: amd64
runner: ubuntu-latest
- name: arm32v7
runner: ubuntu-latest
runner: ubuntu-24.04-arm
- name: arm64v8
runner: ubuntu-latest
runner: ubuntu-24.04-arm
with:
RUNNER: ${{ matrix.platform.runner }}
ARTIFACTS_PATTERN: '.*\.(deb)$'
Expand Down Expand Up @@ -73,9 +73,9 @@ jobs:
- name: amd64
runner: ubuntu-latest
- name: arm32v7
runner: ubuntu-latest
runner: ubuntu-24.04-arm
- name: arm64v8
runner: ubuntu-latest
runner: ubuntu-24.04-arm
release:
- release
- unstable
Expand Down

0 comments on commit 4cb7477

Please sign in to comment.