From 94bacb409f4cefe8a99454d06a695119842fa835 Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Sat, 27 Jul 2024 13:39:11 -0500 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index ab4ae7b9a4..5972bea483 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -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: