From b6c358fbcce5a848ba9d598087bcfd2271018a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergen=20Yal=C3=A7=C4=B1n?= Date: Wed, 22 Nov 2023 13:46:18 +0300 Subject: [PATCH] Use Ubuntu-Jumbo-Runner machine for lint job to handle lint job failures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergen Yalçın --- .github/workflows/provider-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/provider-ci.yml b/.github/workflows/provider-ci.yml index bdf0fc4..e2ed522 100644 --- a/.github/workflows/provider-ci.yml +++ b/.github/workflows/provider-ci.yml @@ -69,7 +69,7 @@ jobs: run: | make schema-version-diff lint: - runs-on: e2-standard-8-20.04 + runs-on: Ubuntu-Jumbo-Runner needs: detect-noop if: needs.detect-noop.outputs.noop != 'true'