From 8b28b8b85ff2c34765e6ef079e05fbcacff4cf57 Mon Sep 17 00:00:00 2001 From: harishsundar-okta Date: Fri, 23 Aug 2024 14:35:29 +0530 Subject: [PATCH] Updated ubuntu label to fix IP whitelisting issue --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d856ca7f6e..91a8d86e35 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,7 +10,7 @@ concurrency: jobs: tests: name: Trigger Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04-2cpu-8ram-75ssd steps: - name: Check out code uses: actions/checkout@v2