Skip to content

Commit 66b4069

Browse files
committed
[ga/macos-14] since macos-14, we need to install GL/gl.h for mesalib-glw and X11 for xquartz
1 parent e7bb968 commit 66b4069

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ jobs:
228228
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
229229
# since macos-11, we need to install GL/gl.h
230230
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
231233
./.travis-osx.sh
232234
- name: Cleanup some brew downloads
233235
run: cd ${{ steps.brew-cache.outputs.dir }} && ls -lsS | head -n 10 | awk '{ print $10 }' | xargs rm -rf

0 commit comments

Comments
 (0)