diff --git a/.github/workflows/osx-tests.yml b/.github/workflows/osx-tests.yml index 4837974dc5f..ce5eb72271b 100644 --- a/.github/workflows/osx-tests.yml +++ b/.github/workflows/osx-tests.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [macos-latest] - setup: [unittests, functional, integration, performance] + setup: [unittests, functional, integration] runs-on: ${{ matrix.os }}