Skip to content
Snippets Groups Projects
Verified Commit 2b4f28c7 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

CI: bump to GCC 14 for building macOS binaries

parent e351c2d2
Branches
No related tags found
No related merge requests found
# Meson native file for compiling under Homebrew / arm64
[binaries]
cpp = '/opt/homebrew/bin/g++-13'
cpp = '/opt/homebrew/bin/g++-14'
flex = '/opt/homebrew/opt/flex/bin/flex'
bison = '/opt/homebrew/opt/bison/bin/bison'
......
# Meson native file for compiling under Homebrew / x86-64
[binaries]
cpp = '/usr/local/bin/g++-13'
cpp = '/usr/local/bin/g++-14'
flex = '/usr/local/opt/flex/bin/flex'
bison = '/usr/local/opt/bison/bin/bison'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment