From 9f02c379ffbb72eb96e67a1fd85983a80ccc6e98 Mon Sep 17 00:00:00 2001 From: James Hallowell <5460955+JamesHallowell@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:02:47 +0100 Subject: [PATCH] Bump JUCE to v7.0.12 --- .github/workflows/ci.yml | 3 +++ bridge/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1439789..6f102a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Switch from default to more recent Xcode version + if: matrix.os == 'macos-latest' + run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer - name: Install Linux dependencies if: matrix.os == 'ubuntu-latest' run: | diff --git a/bridge/CMakeLists.txt b/bridge/CMakeLists.txt index e5e4e61..857351f 100644 --- a/bridge/CMakeLists.txt +++ b/bridge/CMakeLists.txt @@ -8,7 +8,7 @@ set(CXX_JUCE_ASIO_SDK_DIR "" CACHE PATH "Path to the ASIO SDK directory") include(FetchContent) -set(CXX_JUCE_VERSION_OF_JUCE 7.0.6) +set(CXX_JUCE_VERSION_OF_JUCE 7.0.12) FetchContent_Declare( JUCE