File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717jobs :
1818 preflight :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04-arm
2020 outputs :
2121 image_base : ${{ steps.details.outputs.image_base }}
2222 image_tag : ${{ steps.preflight.outputs.image_tag }}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 clean-image :
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04-arm
1313 steps :
1414 - id : details
1515 uses : kpfleming/composite-actions/image-details@v3
Original file line number Diff line number Diff line change 99
1010jobs :
1111 preflight :
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04-arm
1313 outputs :
1414 image_base : ${{ steps.details.outputs.image_base }}
1515 need_lint : ${{ steps.preflight.outputs.need_lint == 'true' }}
2727 lint_paths : workflow-support/lint_paths.yml
2828 lint :
2929 if : needs.preflight.outputs.need_lint == 'true'
30- runs-on : ubuntu-22 .04
30+ runs-on : ubuntu-24 .04-arm
3131 needs :
3232 - preflight
3333 container :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818jobs :
1919 build-package :
2020 name : Build and verify package
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04-arm
2222
2323 steps :
2424 - uses : actions/checkout@v4
3232 name : Publish released package to PyPI
3333 environment : release-pypi
3434 if : github.event.action == 'published'
35- runs-on : ubuntu-latest
35+ runs-on : ubuntu-24.04-arm
3636 needs : build-package
3737
3838 steps :
Original file line number Diff line number Diff line change 1717jobs :
1818 test :
1919 if : inputs.if
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04-arm
2121 container :
2222 image : ${{ inputs.image }}
2323 steps :
You can’t perform that action at this time.
0 commit comments