diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7272cccffc..7b7c94c0f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: needs: black strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -115,7 +115,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macos-latest + - macos-12 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -234,9 +234,9 @@ jobs: - "url:https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" integration-tests-macos: - name: Integration / macos-latest + name: Integration / macos-12 needs: unit-tests - runs-on: macos-latest + runs-on: macos-12 env: HAYSTACK_MPS_ENABLED: false