We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11af55a commit 78c8ce3Copy full SHA for 78c8ce3
.github/workflows/PyInstaller.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- os: [ubuntu-latest, windows-latest] # macos-latest
+ os: [ubuntu-latest, windows-latest, macos-latest]
17
steps:
18
- uses: actions/checkout@v2
19
- uses: actions/setup-python@v4
0 commit comments