Skip to content

Commit

Permalink
Disable tests on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Nov 3, 2022
1 parent e7f7df6 commit d6fc99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d6fc99b

Please sign in to comment.