Disable mac tests (#3242)

Disable mac testers
This commit is contained in:
Dustin J. Mitchell 2024-01-20 16:39:53 -05:00 committed by GitHub
parent 6d23497d6f
commit b515f876ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@ jobs:
# MacOS tests do not run in Docker, and use the actions-rs Rust installaction # MacOS tests do not run in Docker, and use the actions-rs Rust installaction
tests-macos-12: tests-macos-12:
name: tests (Mac OS 12.latest) name: tests (Mac OS 12.latest)
if: false # see #3242
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -33,6 +34,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tests-macos-13: tests-macos-13:
name: tests (Mac OS 13.latest) name: tests (Mac OS 13.latest)
if: false # see #3242
runs-on: macos-13 runs-on: macos-13
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -115,4 +117,4 @@ jobs:
run: docker-compose run test-$CONTAINER run: docker-compose run test-$CONTAINER
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONTAINER: ${{ matrix.dockerfile }} CONTAINER: ${{ matrix.dockerfile }}