Skip to content

Commit 8bcedc6

Browse files
authored
gh: set correct xcode version in workflow
1 parent f18bd37 commit 8bcedc6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,8 @@ jobs:
112112
java-version: 7
113113
if: matrix.version == 'jdk8u'
114114

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

120118
- name: Build macOS
121119
run: |

0 commit comments

Comments
 (0)