Skip to content

Commit a40ab45

Browse files
committed
CI: fix bug
1 parent f183a84 commit a40ab45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-pyinstaller.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010
branches: [ master ]
1111

1212
jobs:
13-
build_deps:
13+
build_pyinstaller:
1414
permissions:
1515
contents: write
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
1919
# os: [ubuntu-latest, windows-latest, macOS-latest]
20-
os: [windows-latest, ubuntu-latest, macOS-latest]
20+
os: [windows-latest]
2121
platform: [x86]
2222
python-version: ['3.13']
2323
python-platform: [x86]

0 commit comments

Comments
 (0)