Skip to content

Commit 4a8b45c

Browse files
committed
Upgrade windows runner image
1 parent 395bb9f commit 4a8b45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build-release-wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
windows-wheels:
124124
name: Wheel Windows - Py ${{matrix.python.version}}
125-
runs-on: windows-2019
125+
runs-on: windows-2022
126126
env:
127127
PULSAR_CPP_DIR: 'C:\\pulsar-cpp'
128128
timeout-minutes: 300

.github/workflows/ci-pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
windows-wheels:
176176
name: "Python ${{ matrix.python.version }} Wheel on Windows x64"
177177
needs: unit-tests
178-
runs-on: windows-2019
178+
runs-on: windows-2022
179179
timeout-minutes: 120
180180

181181
env:

0 commit comments

Comments
 (0)