Skip to content

Commit

Permalink
8343760: GHA: macOS / aarch64 builds depend on Xcode 14 which will be…
Browse files Browse the repository at this point in the history
… removed

Reviewed-by: angorya
  • Loading branch information
kevinrushforth committed Nov 8, 2024
1 parent fffa0fc commit d0011b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ jobs:
java -version
which ant
ant -version
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
# sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
xcodebuild -version
- name: Build JavaFX artifacts
Expand Down

0 comments on commit d0011b2

Please sign in to comment.