From 0f1a57b6dfa4309e349130a7ded2209fd53c3dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergen=20Yal=C3=A7=C4=B1n?= Date: Thu, 16 Nov 2023 11:47:49 +0300 Subject: [PATCH] Use ubuntu-20.04 machine type for provider-ci/lint job 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 5f74d73..c37f2ef 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, linux] + runs-on: ubuntu-20.04 needs: detect-noop if: needs.detect-noop.outputs.noop != 'true'