diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5d441c156..bbc47e0b5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -6,6 +6,7 @@ jobs: # MacOS tests do not run in Docker, and use the actions-rs Rust installaction tests-macos-12: name: tests (Mac OS 12.latest) + if: false # see #3242 runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -33,6 +34,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} tests-macos-13: name: tests (Mac OS 13.latest) + if: false # see #3242 runs-on: macos-13 steps: - uses: actions/checkout@v4 @@ -115,4 +117,4 @@ jobs: run: docker-compose run test-$CONTAINER env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONTAINER: ${{ matrix.dockerfile }} \ No newline at end of file + CONTAINER: ${{ matrix.dockerfile }}