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