From 7643b7ceeba1a1766411b21bd391117dc0f313dc Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 12 Jul 2023 08:09:27 +0530 Subject: ci: Update to latest Windows image with VS 2022 Part-of: --- ci/cerbero_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/cerbero_setup.sh b/ci/cerbero_setup.sh index 8ab22cab..ce7fe3c8 100755 --- a/ci/cerbero_setup.sh +++ b/ci/cerbero_setup.sh @@ -110,9 +110,9 @@ cerbero_before_script() { echo "local_sources = \"$(pwd_native)/${CERBERO_SOURCES}\"" >> localconf.cbc echo "mingw_perl_prefix = \"${CERBERO_HOST_DIR}/cerbero-build/mingw/perl\"" >> localconf.cbc if [[ $CONFIG == win??.cbc ]] || [[ $CONFIG =~ uwp ]] ; then - # Visual Studio 2019 build tools install path + # Visual Studio 2022 build tools install path echo 'vs_install_path = "C:/BuildTools"' >> localconf.cbc - echo 'vs_install_version = "vs16"' >> localconf.cbc + echo 'vs_install_version = "vs17"' >> localconf.cbc fi if [[ "x${FDO_CI_CONCURRENT}" != "x" ]]; then echo "num_of_cpus = ${FDO_CI_CONCURRENT}" >> localconf.cbc -- cgit v1.2.3