Skip to content

Commit

Permalink
fix windows runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick committed Aug 25, 2024
1 parent fafdc6d commit 3122820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
python -m twine upload --skip-existing driver/dist/*
build_windows:
name: Windows Build
runs-on: windows-latest-${{ matrix.python-version }}
runs-on: windows-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
Expand Down

0 comments on commit 3122820

Please sign in to comment.