Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Build cURL Windows
runs-on: windows-2019
runs-on: windows-2022

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion curl-version.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros">
<curlVersion>7.88.0</curlVersion>
<curlBuildNumber>1</curlBuildNumber>
<curlBuildNumber>2</curlBuildNumber>
<curlLibDir>$(BaseDir)curl-$(curlVersion)</curlLibDir>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion openssl-version.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
</ImportGroup>
<PropertyGroup Label="UserMacros">
<OpenSSLVersion>3.4.0</OpenSSLVersion>
<OpenSSLVersion>3.4.3</OpenSSLVersion>
<OpenSSLLibDir>$(BaseDir)openssl-$(OpenSSLVersion)</OpenSSLLibDir>
</PropertyGroup>
<PropertyGroup>
Expand Down