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 1e873f42e14 Use highmem runner for
beam_PostRelease_NightlySnapshot.yml (#31749)
1e873f42e14 is described below
commit 1e873f42e14a5b8159ba3b397ebe73b28489d349
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Jul 3 09:21:43 2024 +0200
Use highmem runner for beam_PostRelease_NightlySnapshot.yml (#31749)
---
.github/workflows/beam_PostRelease_NightlySnapshot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/beam_PostRelease_NightlySnapshot.yml
b/.github/workflows/beam_PostRelease_NightlySnapshot.yml
index c3f7b3d05a4..9b7fb2af2f2 100644
--- a/.github/workflows/beam_PostRelease_NightlySnapshot.yml
+++ b/.github/workflows/beam_PostRelease_NightlySnapshot.yml
@@ -52,7 +52,7 @@ env:
jobs:
beam_PostRelease_NightlySnapshot:
name: beam_PostRelease_NightlySnapshot
- runs-on: [self-hosted, ubuntu-20.04, main]
+ runs-on: [self-hosted, ubuntu-20.04, highmem]
steps:
- uses: actions/checkout@v4
- name: Setup environment