Skip to content

Commit

Permalink
[CI] Update Windows runner to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Aug 22, 2024
1 parent 1477f1f commit ec8e057
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Windows --------------------------------------------------------------------
windows:
name: Windows
runs-on: windows-2019
runs-on: windows-2022
timeout-minutes: 60
steps:
- name: Download repository
Expand All @@ -45,7 +45,7 @@ jobs:

- name: Generate Makefile
shell: bash
run: cmake -S . -B build/ -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake -DWITH_TESTS=ON -DWITH_VST3=ON
run: cmake -S . -B build/ -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake -DWITH_TESTS=ON -DWITH_VST3=ON

- name: Build
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Windows --------------------------------------------------------------------
windows:
name: Windows
runs-on: windows-2019
runs-on: windows-2022
timeout-minutes: 60
needs: create-release
steps:
Expand All @@ -82,7 +82,7 @@ jobs:

- name: Generate Makefile
shell: bash
run: cmake -S . -B build/ -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md -DWITH_VST3=ON
run: cmake -S . -B build/ -G "Visual Studio 17 2022" -DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static-md -DWITH_VST3=ON

- name: Build
shell: bash
Expand Down

0 comments on commit ec8e057

Please sign in to comment.