File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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'
You can’t perform that action at this time.
0 commit comments