Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Jan 1, 2025
1 parent bbbe884 commit 4d09881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
os: [windows-latest] #[macos-latest, windows-latest]
python-version: [3.11]
include:
- os: macos-latest
spec: GameYamlSpider.spec
# - os: macos-latest
# spec: GameYamlSpider.spec
- os: windows-latest
spec: GameYamlSpider.spec

Expand Down

0 comments on commit 4d09881

Please sign in to comment.