Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
macos_x64_build:
name: macOS x64
needs: validation
runs-on: "macos-13"
runs-on: "macos-15-intel"

env:
# FIXME: read this information from a property file
Expand Down Expand Up @@ -212,8 +212,8 @@ jobs:
java -version
which ant
ant -version
# We want to use Xcode 15.4, but 15.2 is the highest that the GHA macOS 13 runner supports
sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
# Production builds use Xcode 15.4, but 16.0 is the lowest that the GHA macOS 15 runner supports
sudo xcode-select --switch /Applications/Xcode_16.0.app/Contents/Developer
xcodebuild -version

- name: Build JavaFX artifacts
Expand Down