diff --git a/scripts/gha/install_prereqs_desktop.py b/scripts/gha/install_prereqs_desktop.py index 65c01bc4f..edf0f6723 100644 --- a/scripts/gha/install_prereqs_desktop.py +++ b/scripts/gha/install_prereqs_desktop.py @@ -63,7 +63,7 @@ def main(): # brew install openssl utils.run_command(['brew', 'install', 'openssl']) elif utils.is_windows_os(): - utils.run_command(['choco', 'install', 'openssl', '-r', '--version', '3.1.1']) + utils.run_command(['choco', 'install', 'openssl', '-r', '--version', '3.4.1']) # Install ccache on linux/mac if its not installed already if not utils.is_command_installed('ccache'):