Skip to content

Commit db6efc6

Browse files
committed
fix: update xcode
1 parent fc49a21 commit db6efc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/embedded_devices.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
- name: Install asdf and tools
3737
uses: asdf-vm/actions/install@v3
3838

39+
- name: Set up Xcode
40+
uses: maxim-lobanov/setup-xcode@v2
41+
with:
42+
xcode-version: "15.4"
43+
44+
- name: List XCode SDKs
45+
run: xcodebuild -showsdks
46+
3947
- name: Setup dependencies and env
4048
run: |
4149
brew install ninja

0 commit comments

Comments
 (0)