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