Skip to content

Commit 7f64a0b

Browse files
busted-gha-ubuntu-docker
Summary: - Short term fix to avoid defective github action runner.
1 parent c9391a7 commit 7f64a0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)