Skip to content

Commit

Permalink
Change autobuild for Mac to macos-14, since macos-12 deprecated. No o…
Browse files Browse the repository at this point in the history
…ther changes.
  • Loading branch information
emersonrp committed Jan 7, 2025
1 parent 6d5b47c commit befe656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-bindcontrol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CMD_VERIFY: dir dist/BindControl
CMD_PREZIP: echo
FILE_NAME: BindControl-${{ github.ref_name }}_windows.zip
- os: macos-12
- os: macos-14
CMD_BUILD: pyinstaller -i tools/bcicon/BindControl.icns --onedir --windowed --noconsole --strip --noconfirm --clean --add-data icons:icons --add-data Help:Help --add-data version.txt:. --exclude-module _bz2 --exclude-module _ctypes --exclude-module _decimal --exclude-module _hashlib --exclude-module _lzma --exclude-module _socket --exclude-module _ssl --exclude-module numpy BindControl.py
CMD_VERIFY: ls -la dist/BindControl.app
CMD_PREZIP: rm -rf dist/BindControl
Expand Down

0 comments on commit befe656

Please sign in to comment.