From b515f876ca76611e2fa6f7e473c8f2df13160803 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 20 Jan 2024 16:39:53 -0500 Subject: [PATCH] Disable mac tests (#3242) Disable mac testers --- .github/workflows/tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}