Skip to content

Commit

Permalink
e - remove 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 8d8bb6b commit 912172f
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 @@ -28,9 +28,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 912172f

Please sign in to comment.