Skip to content

Commit

Permalink
. e Use default Xcode (currently 15.0.1) for everything but tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jul 19, 2024
1 parent 821d015 commit 7e50152
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ jobs:
steps:
- name: Check out project
uses: actions/checkout@v4
- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
- name: Build
run: cd Source; swift build -v

Expand All @@ -82,8 +80,6 @@ jobs:
steps:
- name: Check out project
uses: actions/checkout@v4
- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
- name: Show current version of Xcode
run: xcodebuild -version
- name: Show current version of Carthage
Expand Down

0 comments on commit 7e50152

Please sign in to comment.