From dda4d0c655831d3b9a8ca664202cfdb5234ce97a Mon Sep 17 00:00:00 2001 From: Michael Shitrit Date: Mon, 23 Jan 2023 12:24:05 +0200 Subject: [PATCH] trying to force change run group in order to 'fix' github time out issue:https://github.com/actions/runner/issues/2040 Signed-off-by: Michael Shitrit --- .github/workflows/pre-submit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-submit.yaml b/.github/workflows/pre-submit.yaml index e744dda9..5a3e2bae 100644 --- a/.github/workflows/pre-submit.yaml +++ b/.github/workflows/pre-submit.yaml @@ -34,7 +34,7 @@ jobs: - name: Test container build run: make container-build e2e-k8s: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: BUILD_SCRIPT: build-nhc-snr.sh IMAGE_REGISTRY: kind-registry:5000