We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c04a4 commit 3c2c4afCopy full SHA for 3c2c4af
.github/workflows/tests.yml
@@ -159,12 +159,7 @@ jobs:
159
macOS)
160
brew update
161
export HOMEBREW_NO_INSTALL_UPGRADE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
162
- brew install ccache ghostscript ninja
163
- # The macOS 12 images have an older Python, and this causes homebrew to generate conflicts.
164
- # We'll just skip GTK for now, to not pull in Python updates.
165
- if [[ "${{ matrix.os }}" = macos-14 ]]; then
166
- brew install gobject-introspection gtk4
167
- fi
+ brew install ccache ghostscript gobject-introspection gtk4 ninja
168
brew install --cask font-noto-sans-cjk inkscape
169
;;
170
esac
0 commit comments