Skip to content

Commit

Permalink
Update actions build for MacOS to the macos-12 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-Hoffman committed Dec 13, 2024
1 parent 6604614 commit 36315fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
target: [macos-universal-10.15]
runs-on: macos-11
runs-on: macos-13
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ dpf_add_plugin(AIDA-X
dpf_add_plugin(AIDA-X-Standalone
TARGETS jack
#NO_SHARED_RESOURCES
USE_FILE_BROWSER
UI_TYPE opengl
USE_FILE_BROWSER
FILES_DSP
Files.cpp
modules/FFTConvolver/AudioFFT.cpp
Expand Down
1 change: 1 addition & 0 deletions src/jucewrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ target_compile_definitions(AIDA-X-JUCE
PUBLIC
DISTRHO_NAMESPACE=AidaDISTRHO
DGL_NAMESPACE=AidaDGL
DGL_USE_FILE_BROWSER=1
JucePlugin_ForcedStereo=1
JucePlugin_PreferredChannelConfigurations=2,2
JUCE_CHECK_MEMORY_LEAKS=0
Expand Down

0 comments on commit 36315fc

Please sign in to comment.