Skip to content

Commit bbe6b30

Browse files
authored
switch to macos-15 to get xcode 16.4
1 parent 241e778 commit bbe6b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ jobs:
600600
name: llama-bin-win-hip-${{ matrix.name }}-x64.zip
601601

602602
ios-xcode-build:
603-
runs-on: macos-latest
603+
runs-on: macos-15
604604

605605
steps:
606606
- name: Checkout code
@@ -610,7 +610,7 @@ jobs:
610610

611611
- name: Setup Xcode
612612
run: |
613-
sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
613+
sudo xcode-select -s /Applications/Xcode_16.4.app
614614
615615
- name: Build
616616
id: cmake_build

0 commit comments

Comments
 (0)