From 9717ac30dcd363abf505f65d180c3736f6ab86c9 Mon Sep 17 00:00:00 2001 From: Sid Date: Wed, 20 May 2026 20:46:00 +0530 Subject: [PATCH] ci: update labels --- .github/workflows/tests-macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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