From 2cc382538d56c8bc269e622654b6072ffda6240d Mon Sep 17 00:00:00 2001 From: Sid Date: Tue, 7 Jul 2026 19:43:26 +0530 Subject: [PATCH] fix(e2e-test): update runner configuration to support self-hosted and e2e environments (#8524) --- .github/workflows/tests-macos.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index 83ffde25f..d36d01a19 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -54,7 +54,10 @@ jobs: e2e-test: name: Playwright E2E Tests (macOS) timeout-minutes: 240 - runs-on: macos-latest + runs-on: + - macOS + - self-hosted + - e2e steps: - uses: actions/checkout@v6