[GHA] Use `ubuntu-24.04-arm` runner

This commit is contained in:
s3rj1k 2025-01-16 20:37:20 +01:00
parent 96de8fd377
commit 1386d1ddc0
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

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