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 e7bb968 commit 66b4069Copy full SHA for 66b4069
.github/workflows/config.yml
@@ -228,6 +228,8 @@ jobs:
228
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
229
# since macos-11, we need to install GL/gl.h
230
HOMEBREW_NO_AUTO_UPDATE=1 brew install mesa-glu
231
+ # since macos-14, we need to install GL/gl.h for mesalib-glw and X11 for xquartz
232
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install mesalib-glw xquartz
233
./.travis-osx.sh
234
- name: Cleanup some brew downloads
235
run: cd ${{ steps.brew-cache.outputs.dir }} && ls -lsS | head -n 10 | awk '{ print $10 }' | xargs rm -rf
0 commit comments