Skip to content

Commit

Permalink
Don't run GitHub workflow on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Jan 19, 2025
1 parent b9f8af4 commit de3cef0
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 @@ -14,7 +14,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
# - macos-latest
# - windows-latest

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit de3cef0

Please sign in to comment.