-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e - remove yet more dependencies on setup-xcode action
- Loading branch information
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,9 +77,7 @@ jobs: | |
- name: Check out project | ||
uses: actions/checkout@v4 | ||
- name: Set up Xcode version | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '14.3' | ||
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer | ||
- name: Build | ||
run: cd Source; swift build -v | ||
|
||
|
@@ -91,9 +89,7 @@ jobs: | |
- name: Check out project | ||
uses: actions/checkout@v4 | ||
- name: Set up Xcode version | ||
uses: maxim-lobanov/[email protected] | ||
with: | ||
xcode-version: '14.3' | ||
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 | ||
|