Skip to content

Commit

Permalink
Disable build on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Feb 1, 2023
1 parent 0546ddd commit 6b4c380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 6b4c380

Please sign in to comment.