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 24, 2025
1 parent 3549139 commit 4ca4e51
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 4ca4e51

Please sign in to comment.