From 2d035758f44b6a362c33baf5745ef70949bfb422 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Wed, 28 Aug 2024 21:23:38 +0200 Subject: [PATCH] Fix build issues with macos-14 runner Default runner switched from X86_64 based to arm64 based starting with the macos-14 runner images --- .github/scripts/.Brewfile | 1 + .github/scripts/.build-deps.zsh | 68 +++++++++++++++++++++++++-------- 2 files changed, 53 insertions(+), 16 deletions(-) diff --git a/.github/scripts/.Brewfile b/.github/scripts/.Brewfile index 1497dffd..c5115da4 100644 --- a/.github/scripts/.Brewfile +++ b/.github/scripts/.Brewfile @@ -4,3 +4,4 @@ brew "cmake" brew "jq" brew "xcbeautify" brew "automake" +brew "libtool" diff --git a/.github/scripts/.build-deps.zsh b/.github/scripts/.build-deps.zsh index 75b33f89..a988e6e7 100755 --- a/.github/scripts/.build-deps.zsh +++ b/.github/scripts/.build-deps.zsh @@ -306,7 +306,7 @@ Usage: %B${functrace[1]%:*}%b