Skip to content

Commit b5508d3

Browse files
Use native arm runners
1 parent 01b1848 commit b5508d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_pr_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
jobs:
2424
image-builder:
2525
name: "HyperBian (${{ matrix.pi-gen.architecture }})"
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04-arm
2727
strategy:
2828
fail-fast: false
2929
matrix:
@@ -116,4 +116,4 @@ jobs:
116116
release_name: HyperBian
117117
overwrite: true
118118
body: |
119-
${{ steps.read_template.outputs.RELEASE_BODY }}
119+
${{ steps.read_template.outputs.RELEASE_BODY }}

0 commit comments

Comments
 (0)