From 7aecd9f729a4079c35e9536c7829da4dd658bbf6 Mon Sep 17 00:00:00 2001 From: Sid Date: Mon, 25 May 2026 11:04:25 +0530 Subject: [PATCH] ci: test if the self hosted is ever picked up --- .github/workflows/tests-macos.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index 3299464f1..f025b6737 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -53,10 +53,7 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-e2e cancel-in-progress: true - strategy: - matrix: - runner: ${{ github.repository == 'usebruno/bruno' && fromJson('["self-hosted", "macOS"]') || fromJson('["macos-latest"]') }} - runs-on: ${{ matrix.runner }} + runs-on: macos-latest steps: - uses: actions/checkout@v6