From fcd626fe2b5324820fa46998fee8f663d7dcbce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 12 Jun 2025 11:23:34 +0200 Subject: [PATCH] CI: bump to GCC 15 for building macOS binaries --- scripts/homebrew-native-arm64.ini | 2 +- scripts/homebrew-native-x86_64.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/homebrew-native-arm64.ini b/scripts/homebrew-native-arm64.ini index 28013e47..2687c10b 100644 --- a/scripts/homebrew-native-arm64.ini +++ b/scripts/homebrew-native-arm64.ini @@ -1,7 +1,7 @@ # Meson native file for compiling under Homebrew / arm64 [binaries] -cpp = '/opt/homebrew/bin/g++-14' +cpp = '/opt/homebrew/bin/g++-15' flex = '/opt/homebrew/opt/flex/bin/flex' bison = '/opt/homebrew/opt/bison/bin/bison' diff --git a/scripts/homebrew-native-x86_64.ini b/scripts/homebrew-native-x86_64.ini index f17e658d..d0a9a064 100644 --- a/scripts/homebrew-native-x86_64.ini +++ b/scripts/homebrew-native-x86_64.ini @@ -1,7 +1,7 @@ # Meson native file for compiling under Homebrew / x86-64 [binaries] -cpp = '/usr/local/bin/g++-14' +cpp = '/usr/local/bin/g++-15' flex = '/usr/local/opt/flex/bin/flex' bison = '/usr/local/opt/bison/bin/bison' -- GitLab