diff --git a/.github/workflows/macOS-build.yml b/.github/workflows/macOS-build.yml index 14bb5110..3d84e0a8 100644 --- a/.github/workflows/macOS-build.yml +++ b/.github/workflows/macOS-build.yml @@ -9,7 +9,7 @@ jobs: runs-on: macos-12 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4e393630..fbef83c2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -179,7 +179,7 @@ if(NOT UNITTEST) # Maybe try to use: find_library() # Hack solution to get the dylib. # Also add other libs, like gtk-3 and libgtk-quartz? - set(MAC_INTEGRATION_DYNLIB "/usr/local/Cellar/gtk-mac-integration/3.0.1/lib/libgtkmacintegration-gtk3.4.dylib") + set(MAC_INTEGRATION_DYNLIB "/usr/local/Cellar/gtk-mac-integration/3.0.1_1/lib/libgtkmacintegration-gtk3.dylib") install(FILES ${MAC_INTEGRATION_DYNLIB} DESTINATION ${LIBDIR}) # TODO: Also copy GTK/GTKMM to the app dmg image