Skip to content

Commit

Permalink
e - remove another dependency on setup-xcode action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 8, 2024
1 parent 912172f commit d14942f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,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: Get OCHamcrest
Expand Down

0 comments on commit d14942f

Please sign in to comment.