File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 platform :
1616 description : ' Platform'
1717 required : true
18- default : ' ubuntu-jammy-standard '
18+ default : ' ubuntu-jammy-maximal '
1919 docker_tag :
2020 description : ' Docker tag'
2121 required : true
@@ -68,8 +68,8 @@ concurrency:
6868
6969env :
7070 # Adapted from docker.yml
71- TOX_ENV : " docker-${{ github.event.inputs.platform || 'ubuntu-jammy-standard ' }}-incremental"
72- BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-jammy-standard ' }}-with-targets:ci"
71+ TOX_ENV : " docker-${{ github.event.inputs.platform || 'ubuntu-jammy-maximal ' }}-incremental"
72+ BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-jammy-maximal ' }}-with-targets:ci"
7373 FROM_DOCKER_REPOSITORY : " ghcr.io/sagemath/sage/"
7474 FROM_DOCKER_TARGET : " with-targets"
7575 FROM_DOCKER_TAG : ${{ github.event.inputs.docker_tag || 'dev'}}
Original file line number Diff line number Diff line change 99 platform :
1010 description : ' Platform'
1111 required : true
12- default : ' ubuntu-jammy-standard '
12+ default : ' ubuntu-jammy-maximal '
1313 docker_tag :
1414 description : ' Docker tag'
1515 required : true
@@ -22,8 +22,8 @@ concurrency:
2222
2323env :
2424 # Same as in build.yml
25- TOX_ENV : " docker-${{ github.event.inputs.platform || 'ubuntu-jammy-standard ' }}-incremental"
26- BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-jammy-standard ' }}-with-targets:ci"
25+ TOX_ENV : " docker-${{ github.event.inputs.platform || 'ubuntu-jammy-maximal ' }}-incremental"
26+ BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-jammy-maximal ' }}-with-targets:ci"
2727 FROM_DOCKER_REPOSITORY : " ghcr.io/sagemath/sage/"
2828 FROM_DOCKER_TARGET : " with-targets"
2929 FROM_DOCKER_TAG : ${{ github.event.inputs.docker_tag || 'dev'}}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818jobs :
1919 pyright :
2020 runs-on : ubuntu-latest
21- container : ghcr.io/sagemath/sage/sage-ubuntu-jammy-standard -with-targets:dev
21+ container : ghcr.io/sagemath/sage/sage-ubuntu-jammy-maximal -with-targets:dev
2222 steps :
2323 - name : Checkout
2424 id : checkout
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ Actions.
462462 test. Details are again available by clicking on the check.
463463
464464 The automatic workflow runs on a container based on
465- ``ubuntu-focal-standard ``. To request a run of the workflow on a different
465+ ``ubuntu-jammy-maximal ``. To request a run of the workflow on a different
466466 platform, you can issue a `workflow dispatch
467467 <https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#running-a-workflow> `_.
468468 You can select any of the platforms for which a `prebuilt container image
You can’t perform that action at this time.
0 commit comments