Skip to content

Commit 241e778

Browse files
authored
use xcode-select with fixed version
1 parent df563a4 commit 241e778

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,8 @@ jobs:
609609
fetch-depth: 0
610610

611611
- name: Setup Xcode
612-
uses: maxim-lobanov/setup-xcode@v1
613-
with:
614-
xcode-version: latest-stable
612+
run: |
613+
sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
615614
616615
- name: Build
617616
id: cmake_build

0 commit comments

Comments
 (0)