File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9696 - uses : maxim-lobanov/setup-xcode@v1.6.0
9797 if : ${{ matrix.os == 'macos-latest' }}
9898 with :
99- xcode-version : ' 14.3 '
99+ xcode-version : ' 15.4 '
100100
101101 - name : Print some Environment variable
102102 run : |
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ function build_openblas {
6565 # Build OpenBLAS
6666 set -xeo pipefail
6767 if [ " $PLAT " == " arm64" ]; then
68- sudo xcode-select -switch /Applications/Xcode_12.5.1 .app
69- export SDKROOT=/Applications/Xcode_12.5.1. app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk
68+ sudo xcode-select -switch /Applications/Xcode_15.4.0 .app
69+ export SDKROOT=/Applications/Xcode_15.4.0- app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk
7070 clang --version
7171 fi
7272 source tools/build_steps.sh
You can’t perform that action at this time.
0 commit comments