Skip to content

Commit 3c2c4af

Browse files
committed
Revert "ci: Skip GTK4 on macOS 12 temporarily"
This reverts commit 7ac8eee.
1 parent 36c04a4 commit 3c2c4af

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,7 @@ jobs:
159159
macOS)
160160
brew update
161161
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
162+
brew install ccache ghostscript gobject-introspection gtk4 ninja
168163
brew install --cask font-noto-sans-cjk inkscape
169164
;;
170165
esac

0 commit comments

Comments
 (0)