Skip to content

Commit b5ff2b6

Browse files
authored
Build docker artifacts from self-hosted runners (#33547)
* Build docker artifacts from self-hosted runners * Use 22.04
1 parent 9fd9fca commit b5ff2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
246246
stage_docker:
247247
if: ${{ fromJson(github.event.inputs.STAGE).docker_artifacts == 'yes'}}
248-
runs-on: [self-hosted, ubuntu-20.04, highmem]
248+
runs-on: ubuntu-22.04
249249
steps:
250250
- name: Checkout
251251
uses: actions/checkout@v4

0 commit comments

Comments
 (0)