Skip to content

Commit 2e7d2b3

Browse files
committed
update to newer xcode
1 parent 673e682 commit 2e7d2b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
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: |

tools/local_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)