Skip to content

Commit 2ba292f

Browse files
committed
dd
1 parent 6464071 commit 2ba292f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99
jobs:
1010
build-windows:
1111
name: Build windows
12-
runs-on: windows-latest
12+
runs-on: windows-2019
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.10.4"
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)