Skip to content

Commit

Permalink
fix: update xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jul 16, 2024
1 parent fc49a21 commit db6efc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/embedded_devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
- name: Install asdf and tools
uses: asdf-vm/actions/install@v3

- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v2
with:
xcode-version: "15.4"

- name: List XCode SDKs
run: xcodebuild -showsdks

- name: Setup dependencies and env
run: |
brew install ninja
Expand Down

0 comments on commit db6efc6

Please sign in to comment.