Skip to content

Commit

Permalink
Merge pull request #6 from JamesHallowell/bump-juce-version
Browse files Browse the repository at this point in the history
Bump JUCE to v7.0.12
  • Loading branch information
JamesHallowell authored Jun 16, 2024
2 parents 2eeb9d8 + 9f02c37 commit 979b2ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 979b2ee

Please sign in to comment.