Skip to content

Commit 9a3ab3c

Browse files
committed
feat(pr-create): use ubuntu 24.04 arm64 runner by default
1 parent 0060549 commit 9a3ab3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ permissions:
137137
jobs:
138138
create_pull_request:
139139
name: Create PR
140-
runs-on: ubuntu-latest
140+
runs-on: ubuntu-24.04-arm
141141
outputs:
142142
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
143143
pull-request-url: ${{ steps.cpr.outputs.pull-request-url }}

0 commit comments

Comments
 (0)