Skip to content

Commit

Permalink
Update xcode.yml with manual xcode selection
Browse files Browse the repository at this point in the history
  • Loading branch information
claucambra authored Apr 9, 2024
1 parent c152209 commit b862750
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest

runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update Swift
uses: swift-actions/setup-swift@v2
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Set Default Scheme
run: |
scheme_list=$(xcodebuild -list -json | tr -d "\n")
Expand Down

0 comments on commit b862750

Please sign in to comment.