diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index 9cdc6a421..3299464f1 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -53,10 +53,10 @@ jobs: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-e2e cancel-in-progress: true - runs-on: - - self-hosted - - macOS - - e2e + strategy: + matrix: + runner: ${{ github.repository == 'usebruno/bruno' && fromJson('["self-hosted", "macOS"]') || fromJson('["macos-latest"]') }} + runs-on: ${{ matrix.runner }} steps: - uses: actions/checkout@v6