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 ea492dabeb6a645842570f9f6266e75a88cc8235
parent 1330bd902d84031582e44aa94f20d2fb633d3980
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Tue, 19 Nov 2024 10:53:43 +0100

github has deprecated macos-12 build machines

Diffstat:
M.github/workflows/cmake.yml | 2+-
M.github/workflows/nightly.yml | 2+-
2 files 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-12, 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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-12, windows-2019 ] + os: [ ubuntu-latest, macos-13, windows-2019 ] fail-fast: true name: ${{ matrix.os }} build steps: