Use macOS 14 in CI (#1335)

This commit is contained in:
Eldred Habert
2024-08-08 22:16:32 +02:00
committed by GitHub
parent 0adff57e2c
commit fb6f861a08
4 changed files with 15 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ case "${1%-*}" in
macos)
brew install bison libpng pkg-config md5sha1sum
# For the version check below exclusively, re-do this before building
export PATH="/usr/local/opt/bison/bin:$PATH"
export PATH="/opt/homebrew/opt/bison/bin:/usr/local/opt/bison/bin:$PATH"
;;
*)
echo "WARNING: Cannot install deps for OS '$1'"