diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index 0a9e5aaf6..55516af66 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -50,9 +50,7 @@ jobs: e2e-test: name: Playwright E2E Tests (macOS) timeout-minutes: 150 - runs-on: - - self-hosted - - macOS + runs-on: [self-hosted, macOS] steps: - uses: actions/checkout@v6