Skip to content

Commit 47dd072

Browse files
authored
Build Linux packages on an older release, for broader compatibility
1 parent 62ea842 commit 47dd072

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ ubuntu-latest, windows-latest, macos-latest ]
10+
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
1115
steps:
1216
- uses: actions/checkout@v3
1317
- name: Set up Python

0 commit comments

Comments
 (0)