@@ -45,7 +45,7 @@ permissions:
4545jobs :
4646 preflight :
4747 name : Validate workflow inputs
48- runs-on : ubuntu-latest
48+ runs-on : ubuntu-24.04-arm
4949 steps :
5050 - name : Validate mode input
5151 run : |
6868 basic-commit :
6969 name : Basic commit and push to new branch
7070 needs : [preflight]
71- runs-on : ubuntu-latest
71+ runs-on : ubuntu-24.04-arm
7272 steps :
7373 - name : Checkout repository
7474 uses : actions/checkout@v7
@@ -146,7 +146,7 @@ jobs:
146146 commit-with-prefix-message :
147147 name : Commit with custom prefix and message
148148 needs : [preflight]
149- runs-on : ubuntu-latest
149+ runs-on : ubuntu-24.04-arm
150150 steps :
151151 - name : Checkout repository
152152 uses : actions/checkout@v7
@@ -226,7 +226,7 @@ jobs:
226226 allow-empty-commit :
227227 name : Allow empty commit with no file changes
228228 needs : [preflight]
229- runs-on : ubuntu-latest
229+ runs-on : ubuntu-24.04-arm
230230 steps :
231231 - name : Checkout repository
232232 uses : actions/checkout@v7
@@ -298,7 +298,7 @@ jobs:
298298 commit-with-timestamp-branch :
299299 name : Commit to timestamped branch name
300300 needs : [preflight]
301- runs-on : ubuntu-latest
301+ runs-on : ubuntu-24.04-arm
302302 steps :
303303 - name : Checkout repository
304304 uses : actions/checkout@v7
@@ -374,7 +374,7 @@ jobs:
374374 commit-with-repository-path :
375375 name : Commit from custom repository_path
376376 needs : [preflight]
377- runs-on : ubuntu-latest
377+ runs-on : ubuntu-24.04-arm
378378 steps :
379379 - name : Checkout repository into custom path
380380 uses : actions/checkout@v7
@@ -460,7 +460,7 @@ jobs:
460460 commit-with-custom-identity :
461461 name : Commit with custom user_name and user_email
462462 needs : [preflight]
463- runs-on : ubuntu-latest
463+ runs-on : ubuntu-24.04-arm
464464 steps :
465465 - name : Checkout action source for ref-mode validation
466466 if : ${{ inputs.mode == 'ref' }}
@@ -559,7 +559,7 @@ jobs:
559559 reset-target-branch-to-base:
560560 name: Reset target branch to base branch
561561 needs: [preflight]
562- runs-on: ubuntu-latest
562+ runs-on: ubuntu-24.04-arm
563563 steps:
564564 - name: Checkout repository
565565 uses: actions/checkout@v7
@@ -671,7 +671,7 @@ jobs:
671671 rebase-conflict-fails-when-strict:
672672 name: Rebase conflict fails when fail_on_rebase_conflict=true
673673 needs: [preflight]
674- runs-on: ubuntu-latest
674+ runs-on: ubuntu-24.04-arm
675675 steps:
676676 - name: Checkout repository
677677 uses: actions/checkout@v7
@@ -772,7 +772,7 @@ jobs:
772772 amend-commit:
773773 name: Amend previous commit with force-with-lease
774774 needs: [preflight]
775- runs-on: ubuntu-latest
775+ runs-on: ubuntu-24.04-arm
776776 steps:
777777 - name: Checkout repository
778778 uses: actions/checkout@v7
@@ -858,7 +858,7 @@ jobs:
858858 gpg-signed-commit:
859859 name: GPG-signed commit
860860 needs: [preflight]
861- runs-on: ubuntu-latest
861+ runs-on: ubuntu-24.04-arm
862862 steps:
863863 - name: Checkout repository
864864 uses: actions/checkout@v7
@@ -985,7 +985,7 @@ jobs:
985985 ssh-signed-commit:
986986 name: SSH-signed commit
987987 needs: [preflight]
988- runs-on: ubuntu-latest
988+ runs-on: ubuntu-24.04-arm
989989 steps:
990990 - name: Checkout repository
991991 uses: actions/checkout@v7
0 commit comments