File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
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-noble -standard'
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-noble -standard' }}-incremental"
72+ BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-noble -standard' }}-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-noble -standard'
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-noble -standard' }}-incremental"
26+ BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-noble -standard' }}-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 2020 platform :
2121 description : ' Platform'
2222 required : true
23- default : ' ubuntu-jammy -standard'
23+ default : ' ubuntu-noble -standard'
2424 docker_tag :
2525 description : ' Docker tag'
2626 required : true
@@ -33,8 +33,8 @@ concurrency:
3333
3434env :
3535 # Same as in build.yml
36- TOX_ENV : " docker-${{ github.event.inputs.platform || 'ubuntu-jammy -standard' }}-incremental"
37- BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-jammy -standard' }}-with-targets:ci"
36+ TOX_ENV : " docker-${{ github.event.inputs.platform || 'ubuntu-noble -standard' }}-incremental"
37+ BUILD_IMAGE : " localhost:5000/${{ github.repository }}/sage-${{ github.event.inputs.platform || 'ubuntu-noble -standard' }}-with-targets:ci"
3838 FROM_DOCKER_REPOSITORY : " ghcr.io/sagemath/sage/"
3939 FROM_DOCKER_TARGET : " with-targets"
4040 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-noble -standard-with-targets:dev
2222 steps :
2323 - name : Checkout
2424 id : checkout
You can’t perform that action at this time.
0 commit comments