Skip to content

Commit

Permalink
chore: test without mac-os
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed Jul 15, 2024
1 parent ff217b7 commit 391c6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
python-version: ["3.11", "3.12"]
os: ["windows-latest", "ubuntu-latest", "macos-latest"]
os: ["windows-latest", "ubuntu-latest"]
env:
SKIP: no-commit-to-branch
steps:
Expand Down

0 comments on commit 391c6a2

Please sign in to comment.