From 17fb3829319d62e8679f2e937c4d7ebd44ddc83d Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 28 Aug 2024 14:08:08 +0100 Subject: [PATCH] Use standard runner for E2E tests (#2644) --- .github/workflows/e2e-k3d.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-k3d.yml b/.github/workflows/e2e-k3d.yml index cc75aca86..c217e691b 100644 --- a/.github/workflows/e2e-k3d.yml +++ b/.github/workflows/e2e-k3d.yml @@ -29,7 +29,7 @@ jobs: contents: read checks: read actions: read # Required by workflow-telemetry-action - runs-on: ubuntu-latest-m + runs-on: ubuntu-latest timeout-minutes: 45 env: ALL_BROWSERS: ${{ github.ref == 'refs/heads/main' || github.event.inputs.all_browsers && 'true' || 'false' }}