Skip to content

Commit

Permalink
8290527: Bump macOS GitHub actions to macOS 11
Browse files Browse the repository at this point in the history
Reviewed-by: arapte
  • Loading branch information
kevinrushforth committed Jul 27, 2022
1 parent a122cef commit 49a2efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
macos_x64_build:
name: macOS x64
needs: validation
runs-on: "macos-10.15"
runs-on: "macos-11"

env:
# FIXME: read this information from a property file
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
java -version
which ant
ant -version
sudo xcode-select --switch /Applications/Xcode_11.3.1.app/Contents/Developer
sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer
xcodebuild -version
- name: Build JavaFX artifacts
Expand Down

1 comment on commit 49a2efb

@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.