From 07dd586157f96fbffaf1b3c0f0768efdaa5f11a6 Mon Sep 17 00:00:00 2001 From: engineering-bruno Date: Wed, 20 May 2026 19:54:47 +0530 Subject: [PATCH] ci: use self hosted containers --- .github/workflows/tests-macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index 143d47480..0a9e5aaf6 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -50,7 +50,9 @@ jobs: e2e-test: name: Playwright E2E Tests (macOS) timeout-minutes: 150 - runs-on: macos-latest + runs-on: + - self-hosted + - macOS steps: - uses: actions/checkout@v6