This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new b5ff2b64ff0 Build docker artifacts from self-hosted runners (#33547)
b5ff2b64ff0 is described below

commit b5ff2b64ff09e5cff0519544d68e446d710a8eec
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Feb 6 10:58:20 2025 -0500

    Build docker artifacts from self-hosted runners (#33547)
    
    * Build docker artifacts from self-hosted runners
    
    * Use 22.04
---
 .github/workflows/build_release_candidate.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 50b1b514221..c9467944be9 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -245,7 +245,7 @@ jobs:
 
   stage_docker:
     if:  ${{ fromJson(github.event.inputs.STAGE).docker_artifacts == 'yes'}}
-    runs-on: [self-hosted, ubuntu-20.04, highmem]
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout
         uses: actions/checkout@v4

Reply via email to