Skip to content

Commit

Permalink
8318984: Update to Xcode 14.3.1 on macOS
Browse files Browse the repository at this point in the history
Backport-of: d24e96a
  • Loading branch information
kevinrushforth committed Nov 15, 2023
1 parent ea9f143 commit 5a1a12a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
java -version
which ant
ant -version
sudo xcode-select --switch /Applications/Xcode_14.3.app/Contents/Developer
sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
xcodebuild -version
- name: Build JavaFX artifacts
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jfx.gradle.version.min=7.3
# Toolchains
jfx.build.linux.gcc.version=gcc12.2.0-OL6.4+1.0
jfx.build.windows.msvc.version=VS2022-17.5.0+1.0
jfx.build.macosx.xcode.version=Xcode14.3+1.0
jfx.build.macosx.xcode.version=Xcode14.3.1+1.0

# Build tools
jfx.build.cmake.version=3.22.3
Expand Down
6 changes: 3 additions & 3 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
<sha256 value="80a34006e232b06c7790c6e05839b3e02a663846f54aff0c10aec5d97e6cebb4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="javafx" name="devkit-macosx" version="Xcode14.3+1.0.tar">
<artifact name="devkit-macosx-Xcode14.3+1.0.tar.gz">
<sha256 value="90011895771bd98c16ea38d180935784fd99f1273ff7537125a4f97949e7e73c" origin="Generated by Gradle"/>
<component group="javafx" name="devkit-macosx" version="Xcode14.3.1+1.0.tar">
<artifact name="devkit-macosx-Xcode14.3.1+1.0.tar.gz">
<sha256 value="6b8ac317a9c2f255060067cfa596d94f6635d51f2eb5c08fe05110cf99e1ac14" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="javafx" name="devkit-windows_x64-VS2022" version="17.5.0+1.0.tar">
Expand Down

1 comment on commit 5a1a12a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.