File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ self-hosted-runner :
2+ labels : [ubuntu-26.04-arm]
3+ config-variables : null
Original file line number Diff line number Diff line change 88
99jobs :
1010 check :
11- runs-on : ubuntu-24 .04-arm
11+ runs-on : ubuntu-26 .04-arm
1212 if : " !contains(github.event.head_commit.message , 'skip ci')"
1313 steps :
1414 - { uses: actions/checkout@v6, with: { persist-credentials: false } }
3030 - run : pnpm test
3131
3232 release :
33- runs-on : ubuntu-24 .04-arm
33+ runs-on : ubuntu-26 .04-arm
3434 if : github.ref_name == 'main'
3535 permissions :
3636 id-token : write # Required for OIDC
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4848
4949 docs :
50- runs-on : ubuntu-24 .04-arm
50+ runs-on : ubuntu-26 .04-arm
5151 if : github.ref_name == 'main'
5252 steps :
5353 - { uses: actions/checkout@v6, with: { persist-credentials: false } }
You can’t perform that action at this time.
0 commit comments