Skip to content

Commit 26af93b

Browse files
committed
Switch to VS 2022 in github actions.
1 parent c99b6b5 commit 26af93b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
os: [ubuntu-latest, macos-latest, windows-2019]
29+
os: [ubuntu-latest, macos-latest, windows-2022]
3030
include:
3131
- os: ubuntu-latest
3232
name: linux
@@ -38,9 +38,9 @@ jobs:
3838
generator: Unix Makefiles
3939
path: ./build/Aeolus_artefacts/Release
4040
asio: OFF
41-
- os: windows-2019
41+
- os: windows-2022
4242
name: win
43-
generator: Visual Studio 16 2019
43+
generator: Visual Studio 17 2022
4444
path: ./build/Aeolus_artefacts/Release
4545
asio: ON
4646

@@ -54,7 +54,7 @@ jobs:
5454
run: brew install ninja
5555

5656
- name: Install Windows dependencies
57-
if: matrix.os == 'windows-2019'
57+
if: matrix.os == 'windows-2022'
5858
run: choco install ninja
5959

6060
- name: Checkout code
@@ -63,7 +63,7 @@ jobs:
6363
submodules: recursive
6464

6565
- name: Download ASIO SDK
66-
if: matrix.os == 'windows-2019'
66+
if: matrix.os == 'windows-2022'
6767
shell: cmake -P {0}
6868
env:
6969
ASIOSDK_URL: 'https://download.steinberg.net/sdk_downloads/asiosdk_2.3.3_2019-06-14.zip'

0 commit comments

Comments
 (0)