NeuralPi

Raspberry Pi guitar pedal using neural networks to emulate real amps and effects
Log | Files | Refs | Submodules | README

commit 286fd56607716c36b7fa91e9578ef0a1ca9b0392
parent f5deef3d4d3083cf95c0393f144bcf46d08d1cc3
Author: Keith Bloemer <32459398+GuitarML@users.noreply.github.com>
Date:   Tue,  8 Mar 2022 12:51:35 -0600

Update cmake.yml
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 @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false # show all errors for each platform (vs. cancel jobs on error) matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-2019, macOS-latest] steps: - name: Install Linux Deps