Skip to content

Commit

Permalink
ci: select xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jul 3, 2024
1 parent 42f7096 commit f7b1f1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- uses: nrwl/nx-set-shas@v2
with:
main-branch-name: 'master'
- name: Xcode Select Version
# see available xcode versions in https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode
uses: mobiledevops/xcode-select-version-action@v1
with:
xcode-select-version: 15.4
- name: Install visionOS platform
run: |
defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
Expand Down

0 comments on commit f7b1f1a

Please sign in to comment.