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 27b96aebf4c2bef4ce9edfe37c198cd5c1dece7a
parent b5c8eae107212a21e525f04434378e2108e0d93b
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 23 Apr 2024 22:09:44 +0200

switch to macos-13 github runner because Juce rejects the xcode-version that github uses for macos-latest at the moment

Diffstat:
M.github/workflows/cmake.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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-2019 ] + os: [ ubuntu-latest, macos-13, windows-2019 ] cmake_generator: [ default, Ninja ] fail-fast: false name: ${{ matrix.os }} build with ${{ matrix.cmake_generator }} cmake generator