From 154838a3fad8910d0213cee6a55679e03b1b1e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Rodrigues?= Date: Wed, 30 Oct 2024 13:46:05 +0100 Subject: [PATCH] Update go-integration-test.yml (#51) --- .github/workflows/go-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-integration-test.yml b/.github/workflows/go-integration-test.yml index 92f3c7a..6ab66b2 100644 --- a/.github/workflows/go-integration-test.yml +++ b/.github/workflows/go-integration-test.yml @@ -47,7 +47,7 @@ on: jobs: integration-test: - runs-on: ubuntu-latest + runs-on: test-large-runner steps: - name: Check out if: ${{ ! inputs.skip }}