Commit fcf346b6 authored by Reynald Bourtembourg's avatar Reynald Bourtembourg
Browse files

.gitlab-ci.yml: Update the windows SaaS runner

The old windows runners were based on Windows 2019 and will be removed
with the upcoming Gitlab 17.0 release.

So let's switch to the newer image which also has VS 2022 [1].

[1]: https://about.gitlab.com/blog/2024/01/22/windows-2022-support-for-gitlab-saas-runners
parent 1bdb93dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ variables:
    MYSQL_VERSION: "5.7"
    MYSQL_VERSION_PATCH: "36"
    MSVC_VERSION: v141
    GENERATOR_VERSION: Visual Studio 16 2019
    GENERATOR_VERSION: Visual Studio 17 2022
    DEPS_PATH: C:/dependencies
    LIBTANGO: libtango_${TANGO_VERSION}_${MSVC_VERSION}_${ARCH}_static_release
    TANGO_PATH: ${DEPS_PATH}/${LIBTANGO}
@@ -155,7 +155,7 @@ build-cppTango-main:
      - artifacts
    expire_in: 1 day
  tags:
    - shared-windows
    - saas-windows-medium-amd64

build-win-64bit:
  extends: .build-template-win