Skip to content

Commit d0011b2

Browse files
8343760: GHA: macOS / aarch64 builds depend on Xcode 14 which will be removed
Reviewed-by: angorya
1 parent fffa0fc commit d0011b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/submit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ jobs:
298298
java -version
299299
which ant
300300
ant -version
301-
sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
301+
# 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
302303
xcodebuild -version
303304
304305
- name: Build JavaFX artifacts

0 commit comments

Comments
 (0)