diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8edb6d4e..28475e0a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,7 +12,7 @@ on: jobs: build: name: Build libpq Windows - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Checkout code diff --git a/libpq-version.props b/libpq-version.props index fd2fb20a..cd4ff799 100644 --- a/libpq-version.props +++ b/libpq-version.props @@ -5,7 +5,7 @@ 10.23 - 1 + 2 $(BaseDir)postgresql-$(libpqVersion)\ diff --git a/openssl-version.props b/openssl-version.props index fb238408..9c353ac0 100644 --- a/openssl-version.props +++ b/openssl-version.props @@ -4,7 +4,7 @@ - 3.4.0 + 3.4.3 $(BaseDir)openssl-$(OpenSSLVersion)