Skip to content

Commit

Permalink
Disable pyinstaller on mac for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Gaul committed Nov 14, 2023
1 parent ae2b741 commit edc4e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
# os: [ubuntu-latest, macOS-latest, windows-latest]

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

0 comments on commit edc4e0f

Please sign in to comment.