File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206206
207207 linuxbuild :
208208 name : Linux Build
209- runs-on : ubuntu-latest
209+ runs-on : ubuntu-22.04
210210 timeout-minutes : ${{ vars.DEFAULT_JOB_TIMEOUT_MIN == '' && 120 || vars.DEFAULT_JOB_TIMEOUT_MIN }}
211211 steps :
212212
@@ -1081,7 +1081,7 @@ jobs:
10811081 # #
10821082 dockerbuild :
10831083 name : Docker Build
1084- runs-on : ubuntu-latest -m
1084+ runs-on : ubuntu-22.04 -m
10851085 timeout-minutes : ${{ vars.DEFAULT_JOB_TIMEOUT_MIN == '' && 120 || vars.DEFAULT_JOB_TIMEOUT_MIN }}
10861086 strategy :
10871087 fail-fast : false
@@ -1366,7 +1366,7 @@ jobs:
13661366 python cicd/python/build.py --robot-test-integration --config='{ "variables": { "EXECUTION_PLATFORM": "docker" } }'
13671367
13681368 dockermerge :
1369- runs-on : ubuntu-latest
1369+ runs-on : ubuntu-22.04
13701370 needs :
13711371 - dockerbuild
13721372 steps :
You can’t perform that action at this time.
0 commit comments