We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ea842 commit 47dd072Copy full SHA for 47dd072
.github/workflows/package.yml
@@ -7,7 +7,11 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ ubuntu-latest, windows-latest, macos-latest ]
+ os:
11
+ # Use an older Linux: https://pyinstaller.org/en/stable/usage.html#making-gnu-linux-apps-forward-compatible
12
+ - ubuntu-20.04
13
+ - macos-latest
14
+ - windows-latest
15
steps:
16
- uses: actions/checkout@v3
17
- name: Set up Python
0 commit comments