diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 16bc033..4b7a928 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,7 +12,7 @@ on: jobs: build: name: Build cURL Windows - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Checkout code diff --git a/curl-version.props b/curl-version.props index 3c8f27e..10d7e98 100644 --- a/curl-version.props +++ b/curl-version.props @@ -6,7 +6,7 @@ 7.88.0 - 1 + 2 $(BaseDir)curl-$(curlVersion) diff --git a/openssl-version.props b/openssl-version.props index fb23840..9c353ac 100644 --- a/openssl-version.props +++ b/openssl-version.props @@ -4,7 +4,7 @@ - 3.4.0 + 3.4.3 $(BaseDir)openssl-$(OpenSSLVersion)