Skip to content

Commit

Permalink
[GHA] Use ubuntu-24.04-arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rj1k committed Jan 16, 2025
1 parent 96de8fd commit 1386d1d
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 1386d1d

Please sign in to comment.