Skip to content

Commit

Permalink
Remove depreciated macos 12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed Nov 6, 2024
1 parent 4f48c78 commit 1c424eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
pyinstaller --noconfirm build-executables/dc-build-ubuntu.spec && cd dist && tar -czf ../decode-config-ubuntu-20.04.tar.gz decode-config
OUT_FILE_NAME: decode-config-ubuntu-20.04.tar.gz
ASSET_MIME: application/x-gzip
- os: macos-12
TARGET: macos-12
CMD_BUILD: >
pyinstaller --noconfirm build-executables/dc-build-macos.spec && cd dist && zip -r9 ../decode-config-macos-12.zip decode-config
OUT_FILE_NAME: decode-config-macos-12.zip
ASSET_MIME: application/zip
- os: macos-13
TARGET: macos-13
CMD_BUILD: >
Expand Down

0 comments on commit 1c424eb

Please sign in to comment.