From 2bbb8e02000b6cb224a10f14d26f500f40012b50 Mon Sep 17 00:00:00 2001 From: Arik Hadas Date: Sat, 30 Mar 2024 21:04:29 +0300 Subject: [PATCH] macos_aarch64: fix call to xcode-select --- .github/workflows/macos_aarch64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_aarch64.yaml b/.github/workflows/macos_aarch64.yaml index 6006bec..e2892f7 100644 --- a/.github/workflows/macos_aarch64.yaml +++ b/.github/workflows/macos_aarch64.yaml @@ -29,7 +29,7 @@ jobs: run: | # Run Homebrew installation and xcode-select brew install autoconf make - sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode-toolset-version }}.app/Contents/Developer + sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer # This will make GNU make available as 'make' and not only as 'gmake' echo '/usr/local/opt/make/libexec/gnubin' >> $GITHUB_PATH