From 0eeeab946285fec07bbeb3e64242d2cbb69fc954 Mon Sep 17 00:00:00 2001 From: engineering-bruno Date: Thu, 21 May 2026 13:07:47 +0530 Subject: [PATCH] also add vm runner tag --- .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 55516af66..95b28ecc4 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -50,7 +50,10 @@ jobs: e2e-test: name: Playwright E2E Tests (macOS) timeout-minutes: 150 - runs-on: [self-hosted, macOS] + runs-on: + - self-hosted + - macos + - e2e steps: - uses: actions/checkout@v6