Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leits authored May 27, 2024
1 parent 3aa90e0 commit 32bdd85
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ jobs:
Tests:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: List available Xcode versions
run: ls /Applications | grep Xcode

- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer

- name: Show current version of Xcode
run: xcodebuild -version

- name: Xcode Select Version
uses: mobiledevops/xcode-select-version-action@v1

- name: Install xcbeautify
run: brew install xcbeautify

Expand Down

0 comments on commit 32bdd85

Please sign in to comment.