We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f183a84 commit a40ab45Copy full SHA for a40ab45
1 file changed
.github/workflows/python-pyinstaller.yml
@@ -10,14 +10,14 @@ on:
10
branches: [ master ]
11
12
jobs:
13
- build_deps:
+ build_pyinstaller:
14
permissions:
15
contents: write
16
runs-on: ${{ matrix.os }}
17
strategy:
18
matrix:
19
# os: [ubuntu-latest, windows-latest, macOS-latest]
20
- os: [windows-latest, ubuntu-latest, macOS-latest]
+ os: [windows-latest]
21
platform: [x86]
22
python-version: ['3.13']
23
python-platform: [x86]
0 commit comments