diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f75f4bb5..3c2200d38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,16 +26,25 @@ env: jobs: build_macos: name: Build (MacOS) - runs-on: macos-12 + runs-on: macos-14 if: github.event.inputs.publish_release != 'true' defaults: run: shell: bash + + env: + LD_LIBRARY_PATH: "/opt/homebrew/lib" steps: - name: Install dependencies - run: brew install cairo gdk-pixbuf gobject-introspection meson + run: brew install gtk4 cairo gdk-pixbuf gobject-introspection meson + + #- name: doc + # run: brew doctor + + - name: stat + run: ls -lisa /opt/homebrew/lib - name: Prepare git run: git config --global core.autocrlf false