From f391fc4e1fc5bd2dc661a44d801d5d0216f7cf2f Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Thu, 28 Aug 2025 11:36:24 +0200 Subject: [PATCH] [GH Action] Upgraded windows runner --- .github/workflows/build-windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index eb2e7ad..46387e7 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -25,7 +25,7 @@ jobs: # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: windows-2019 + runs-on: windows-latest steps: @@ -75,7 +75,6 @@ jobs: shell: cmd run: | cmake -B ${{github.workspace}}/_build ^ - -G "Visual Studio 16 2019" ^ -A ${{ matrix.build_arch }} ^ -T ${{ env.VS_TOOLSET }} ^ -DECALUDP_BUILD_SAMPLES=ON ^