1717 test-docs :
1818 name : Documentation
1919 if : github.event.action != 'closed'
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04
2121 steps :
2222 - uses : actions/checkout@v4.1.7
2323 - uses : actions/setup-java@v4
5050
5151 check-deploy :
5252 name : Analyze deploy string
53- runs-on : ubuntu-22 .04
53+ runs-on : ubuntu-24 .04
5454 outputs :
5555 pr-contains-string : ${{ steps.deploy-comment.outputs.pr-contains-string }}
5656 renku-core : ${{ steps.deploy-comment.outputs.renku-core}}
7575 name : Deploy
7676 if : github.event.action != 'closed'
7777 needs : [check-deploy]
78- runs-on : ubuntu-22 .04
78+ runs-on : ubuntu-24 .04
7979 environment :
8080 name : ci-renku-${{ github.event.number }}
8181 url : https://ci-renku-${{ github.event.number }}.dev.renku.ch
@@ -126,7 +126,7 @@ jobs:
126126 name : Legacy Scala tests
127127 if : github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
128128 needs : [check-deploy, deploy-pr]
129- runs-on : ubuntu-22 .04
129+ runs-on : ubuntu-24 .04
130130 steps :
131131 - uses : SwissDataScienceCenter/renku-actions/test-renku@v1.14.1
132132 with :
@@ -140,7 +140,7 @@ jobs:
140140 legacy-cypress-acceptance-tests :
141141 name : Legacy Cypress tests
142142 needs : [check-deploy, deploy-pr]
143- runs-on : ubuntu-22 .04
143+ runs-on : ubuntu-24 .04
144144
145145 strategy :
146146 fail-fast : false
@@ -167,7 +167,7 @@ jobs:
167167 cypress-acceptance-tests :
168168 name : Cypress tests
169169 needs : [check-deploy, deploy-pr]
170- runs-on : ubuntu-22 .04
170+ runs-on : ubuntu-24 .04
171171 strategy :
172172 fail-fast : false
173173 matrix :
@@ -194,7 +194,7 @@ jobs:
194194 deploy-string-no-custom-version :
195195 name : Ensure no custom components
196196 needs : [check-deploy]
197- runs-on : ubuntu-22 .04
197+ runs-on : ubuntu-24 .04
198198 steps :
199199 - name : Check deploy string
200200 if : ${{
@@ -215,7 +215,7 @@ jobs:
215215 cleanup :
216216 name : Cleanup
217217 if : github.event.action == 'closed'
218- runs-on : ubuntu-22 .04
218+ runs-on : ubuntu-24 .04
219219 steps :
220220 - name : renku teardown
221221 uses : SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.14.1
0 commit comments