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