Skip to content

Commit

Permalink
Merge pull request #132 from signalwire/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 3549139 + 4ca4e51 commit 1fa509a
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 @@ -33,9 +33,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 @@ -77,9 +77,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 1fa509a

Please sign in to comment.