Skip to content

Commit

Permalink
Merge pull request #53 from davelopez/disable_mac_integration_tests
Browse files Browse the repository at this point in the history
Disable integration tests for MacOS in CI
  • Loading branch information
davelopez authored Jul 22, 2022
2 parents 05ed58d + f0d744a commit 2a2a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 2a2a9ca

Please sign in to comment.