Skip to content

Commit

Permalink
Update pyinstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Jul 27, 2024
1 parent d8b6022 commit 94bacb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
matrix:
include:
# https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag
# target=$(python -c 'import sysconfig; print(sysconfig.get_platform().replace("-", "_"))')
# target=$(python -c 'import sysconfig; print(sysconfig.get_platform().replace("-", "_").replace(".", "_"))')
- { os: ubuntu-latest, target: linux_x86_64 }
- { os: macos-latest, target: macosx_10.9_universal2 }
- { os: macos-latest, target: macosx_10_9_universal2 }
- { os: windows-latest, target: win_amd64 }
defaults:
run:
Expand Down

0 comments on commit 94bacb4

Please sign in to comment.