Skip to content

Commit

Permalink
removed macos-13 from pyinstaller workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Sep 16, 2024
1 parent 48cf8e6 commit 51e8b33
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,6 @@ jobs:
strategy:
matrix:
include:
- os: macos-13
TARGET: macos
CMD_BUILD: >
pyinstaller RNAlysis.spec &&
cd dist/ &&
zip -r RNAlysis-4.1.0_macos.zip ./RNAlysis* &&
ls -ltr
OUT_FILE_NAME: RNAlysis-4.1.0_macos.zip
ASSET_MIME: application/zip

- os: macos-latest
TARGET: macos-M1
CMD_BUILD: >
Expand Down

0 comments on commit 51e8b33

Please sign in to comment.