Updated the macOS CI workflow to install gtk-mac-integration instead of gtk-mac-bundler in the Homebrew dependency list, resolving the reported “No available formula” failure during brew install.

This commit is contained in:
2026-02-18 11:16:14 -07:00
parent 590b44946b
commit 55d2dab620

View File

@@ -25,7 +25,7 @@ jobs:
meson ninja pkg-config gettext perl \
gtk+3 gdk-pixbuf pango adwaita-icon-theme \
hicolor-icon-theme glib dbus \
enchant gtk-mac-bundler
enchant gtk-mac-integration
- name: Configure
run: |