Skip to content

Commit

Permalink
gh: set correct xcode version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Mar 11, 2022
1 parent f18bd37 commit 8bcedc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,8 @@ jobs:
java-version: 7
if: matrix.version == 'jdk8u'

- name: Select correct Xcode
run: |
rm -rf /Applications/Xcode.app
ln -s /Applications/Xcode_11.7.app /Applications/Xcode.app
- name: Select correct Xcode (11.7)
run: sudo sudo xcode-select --switch /Applications/Xcode_11.7.app

- name: Build macOS
run: |
Expand Down

0 comments on commit 8bcedc6

Please sign in to comment.