Skip to content

Commit 4253d63

Browse files
Bump C++ client to 3.7.2 (#264)
1 parent 7c6123f commit 4253d63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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:

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# under the License.
1818
#
1919

20-
pulsar-cpp: 3.7.1
20+
pulsar-cpp: 3.7.2
2121
pybind11: 2.10.1
2222
# The OpenSSL dependency is only used when building Python from source
2323
openssl: 1.1.1q

0 commit comments

Comments
 (0)