gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 153760751a11becf4a289067f8ed8ca6c417d50e
parent 939c616d2efd4e4346298abad7b3d368d2a93009
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat,  5 Mar 2022 20:39:08 +0100

switch windows CI back to windows-2019 as Juce does not compile on windows-2022

Diffstat:
M.github/workflows/cmake.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-2019 ] cmake_generator: [ default, Ninja ] fail-fast: false name: ${{ matrix.os }} build with ${{ matrix.cmake_generator }} cmake generator @@ -28,7 +28,7 @@ jobs: uses: seanmiddleditch/gha-setup-ninja@master - name: Set up MSVC compiler - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-2019' uses: ilammy/msvc-dev-cmd@v1 - name: Configure CMake with ${{ matrix.cmake_generator }}