Skip to content

Commit

Permalink
try if the mac version will fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 committed May 23, 2023
1 parent b4fcca0 commit 6c70b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/data-parser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
python-version: ["3.10"]
poetry-version: ["1.4.2"]
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-11, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -40,7 +40,7 @@ jobs:
run: poetry run pyinstaller main.py --onefile

- name: Sign the macos-version build
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-11' }}
run: codesign --force -s ./dist/main

- name: Rename built binary
Expand Down

0 comments on commit 6c70b06

Please sign in to comment.