8000 use Windows Server 2019 instead of 2022 in GHA · MarshalX/python-webrtc@f2a24cc · GitHub
[go: up one dir, main page]

Skip to content

Commit f2a24cc

Browse files
committed
use Windows Server 2019 instead of 2022 in GHA
1 parent 3277ff8 commit f2a24cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_windows_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# ref: https://github.com/actions/virtual-environments/issues/1341
1616
build_wheels_for_windows:
1717
name: Build and publish wheels for Windows
18-
runs-on: windows-latest
18+
runs-on: windows-2019
1919

2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)
0