diff --git a/.github/workflows/ci-cmake.yml b/.github/workflows/ci-cmake.yml index b39fba9..7ddf4a9 100644 --- a/.github/workflows/ci-cmake.yml +++ b/.github/workflows/ci-cmake.yml @@ -50,7 +50,7 @@ jobs: run-tests: false - name: 🏁 Windows (x86_64, MSVC) - os: windows-2019 + os: windows-2022 platform: windows compiler: msvc build-flags: --config Release @@ -59,7 +59,7 @@ jobs: run-tests: false - name: 🏁 Windows (x86_64, MinGW, Ninja) - os: windows-2019 + os: windows-2022 platform: windows compiler: mingw config-flags: diff --git a/.github/workflows/ci-scons.yml b/.github/workflows/ci-scons.yml index d151aec..a9baee4 100644 --- a/.github/workflows/ci-scons.yml +++ b/.github/workflows/ci-scons.yml @@ -41,7 +41,7 @@ jobs: cache-name: linux-x86_64-f64 - name: 🏁 Windows (x86_64, MSVC) - os: windows-2019 + os: windows-2022 platform: windows artifact-name: redot-cpp-windows-msvc2019-x86_64-release artifact-path: bin/libredot-cpp.windows.template_release.x86_64.lib @@ -49,7 +49,7 @@ jobs: cache-name: windows-x86_64-msvc - name: 🏁 Windows (x86_64, MinGW) - os: windows-2019 + os: windows-2022 platform: windows artifact-name: redot-cpp-linux-mingw-x86_64-release artifact-path: bin/libredot-cpp.windows.template_release.x86_64.a