Skip to content

Commit 3122820

Browse files
committed
fix windows runs-on
1 parent fafdc6d commit 3122820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
python -m twine upload --skip-existing driver/dist/*
7575
build_windows:
7676
name: Windows Build
77-
runs-on: windows-latest-${{ matrix.python-version }}
77+
runs-on: windows-latest
7878
strategy:
7979
matrix:
8080
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]

0 commit comments

Comments
 (0)