Skip to content

Commit 0e96fe8

Browse files
committed
chore: use native runners
1 parent e1b27e4 commit 0e96fe8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
postgres_version: ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
38-
runs-on:
39-
group: pg-arm-large
38+
runs-on: arm-native-runner
4039
timeout-minutes: 150
4140
permissions:
4241
contents: write

0 commit comments

Comments
 (0)