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