From acbceee81d6cf204b5457c7e51cc26e96fc65ee2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 12 Jul 2024 11:26:13 +0200 Subject: [PATCH] try fixing macos gcc builds 8 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82ba3506c..cbadfc66f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -604,7 +604,7 @@ jobs: GITHUB_TOKEN: '${{ github.token }}' run: | export CW_CCSUFFIX='-14' - export CW_CONFIG='${{ github.ref_name }}-mac-gcc-x64' + export CW_CONFIG='${{ github.ref_name }}-mac-gcc-a64' export CW_REVISION='${{ github.sha }}' sh -c ./_ci-mac-homebrew.sh