File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818
1919jobs :
2020 deploy :
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04-arm
2222 environment :
2323 name : github-pages
2424 url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change 2121# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
2222jobs :
2323 build-and-push-image :
24- runs-on : ubuntu-latest
24+ runs-on : ubuntu-24.04-arm
2525 # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
2626 permissions :
2727 contents : read
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build_and_deploy :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04-arm
1515 if : " !contains(github.event.head_commit.message, 'skip ci')"
1616 timeout-minutes : 10
1717
Original file line number Diff line number Diff line change 1111jobs :
1212 # see https://github.com/orgs/community/discussions/26726, https://stackoverflow.com/a/70249520
1313 check-secrets :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04-arm
1515 outputs :
1616 exists : ${{ steps.check-secret-step.outputs.exists }}
1717 steps :
2626
2727 deployment :
2828 needs : [check-secrets]
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-24.04-arm
3030 permissions :
3131 contents : read
3232 deployments : write
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717jobs :
1818 test :
1919 if : github.event.pull_request.draft == false
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04-arm
2121 timeout-minutes : 5
2222
2323 steps :
You can’t perform that action at this time.
0 commit comments