File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010
1111jobs :
1212 sh-checker :
13- runs-on : ubuntu-24.04
13+ runs-on : ubuntu-24.04-arm
1414 permissions :
1515 contents : read
1616 steps :
2929 sh_checker_exclude : " "
3030
3131 zizmor-checker :
32- runs-on : ubuntu-24.04
32+ runs-on : ubuntu-24.04-arm
3333 permissions :
3434 contents : read
3535 steps :
5454 exit "$exit_code"
5555
5656 editorconfig-checker :
57- runs-on : ubuntu-24.04
57+ runs-on : ubuntu-24.04-arm
5858 permissions :
5959 contents : read
6060 steps :
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 build :
17- runs-on : ubuntu-24.04
17+ runs-on : ubuntu-24.04-arm
1818 permissions :
1919 contents : read
2020 steps :
3030
3131 deploy :
3232 needs : build
33- runs-on : ubuntu-24.04
33+ runs-on : ubuntu-24.04-arm
3434 permissions :
3535 pages : write
3636 id-token : write
You can’t perform that action at this time.
0 commit comments