Skip to content

Commit

Permalink
Merge pull request #80 from ImageMarkup/package-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna authored Apr 29, 2024
2 parents d27e70b + 47dd072 commit 2f09033
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os:
# Use an older Linux: https://pyinstaller.org/en/stable/usage.html#making-gnu-linux-apps-forward-compatible
- ubuntu-20.04
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down

0 comments on commit 2f09033

Please sign in to comment.