diff --git a/.github/workflows/ci-build-release-wheels.yaml b/.github/workflows/ci-build-release-wheels.yaml index 0e47360..47155a5 100644 --- a/.github/workflows/ci-build-release-wheels.yaml +++ b/.github/workflows/ci-build-release-wheels.yaml @@ -122,7 +122,7 @@ jobs: windows-wheels: name: Wheel Windows - Py ${{matrix.python.version}} - runs-on: windows-2019 + runs-on: windows-2022 env: PULSAR_CPP_DIR: 'C:\\pulsar-cpp' timeout-minutes: 300 diff --git a/.github/workflows/ci-pr-validation.yaml b/.github/workflows/ci-pr-validation.yaml index 01a3543..60a9e7d 100644 --- a/.github/workflows/ci-pr-validation.yaml +++ b/.github/workflows/ci-pr-validation.yaml @@ -175,7 +175,7 @@ jobs: windows-wheels: name: "Python ${{ matrix.python.version }} Wheel on Windows x64" needs: unit-tests - runs-on: windows-2019 + runs-on: windows-2022 timeout-minutes: 120 env: diff --git a/dependencies.yaml b/dependencies.yaml index 9db4747..20dc5f5 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -17,7 +17,7 @@ # under the License. # -pulsar-cpp: 3.7.1 +pulsar-cpp: 3.7.2 pybind11: 2.10.1 # The OpenSSL dependency is only used when building Python from source openssl: 1.1.1q