Skip to content

Commit d69495f

Browse files
committed
maint: Merge stable to default.
2 parents c014cb1 + 74069d2 commit d69495f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/make-macos.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ jobs:
7373
brew install arpack epstool fftw fig2dev fltk fontconfig freetype \
7474
ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 libiconv libsndfile \
7575
libtool openblas pcre2 portaudio pstoedit qhull qrupdate \
76-
qscintilla2 qt@${{ matrix.qt }} rapidjson readline suite-sparse sundials texinfo \
76+
qscintilla2 \
77+
${{ matrix.qt == '6' && 'qt5compat qtbase qttools' || 'qt@5' }} \
78+
rapidjson readline suite-sparse sundials texinfo \
7779
ccache gnu-sed openjdk pkg-config \
7880
automake autoconf bison gettext icoutils librsvg mactex-no-gui
7981
eval "$(/usr/libexec/path_helper)"

0 commit comments

Comments
 (0)