Skip to content

Commit

Permalink
add pyinstaller for macos intel
Browse files Browse the repository at this point in the history
  • Loading branch information
gcerretani committed Feb 8, 2025
1 parent 0a8c198 commit d141248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
runs-on: ['ubuntu-22.04', 'macos-14', 'windows-2022']
runs-on: ['ubuntu-22.04', 'macos-14', 'macos-14-large' 'windows-2022']
runs-on: ${{ matrix.runs-on }}

steps:
Expand Down

0 comments on commit d141248

Please sign in to comment.