Skip to content

Commit

Permalink
Select beta Xcode
Browse files Browse the repository at this point in the history
Building on stable Xcode is verified
  • Loading branch information
romanmazeev committed Jun 27, 2024
1 parent ba6b6a2 commit 8ea5d79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build and test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
- name: Skip macro validation
run: defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
- name: Run tests
Expand Down

0 comments on commit 8ea5d79

Please sign in to comment.