We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffa0fc commit d0011b2Copy full SHA for d0011b2
.github/workflows/submit.yml
@@ -298,7 +298,8 @@ jobs:
298
java -version
299
which ant
300
ant -version
301
- sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
+ # We want to use Xcode 14, but GHA removed it from the macOS 14 runners
302
+ # sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
303
xcodebuild -version
304
305
- name: Build JavaFX artifacts
0 commit comments