File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
55
jobs :
56
56
build-macos :
57
57
name : build
58
- runs-on : macos-11
58
+ runs-on : macos-13
59
59
60
60
strategy :
61
61
fail-fast : false
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227
227
uses : ./.github/workflows/build-macos.yml
228
228
with :
229
229
platform : macos-x64
230
- xcode-toolset-version : ' 12.5 .1'
230
+ xcode-toolset-version : ' 14.3 .1'
231
231
configure-arguments : ${{ github.event.inputs.configure-arguments }}
232
232
make-arguments : ${{ github.event.inputs.make-arguments }}
233
233
if : needs.select.outputs.macos-x64 == 'true'
@@ -238,7 +238,7 @@ jobs:
238
238
uses : ./.github/workflows/build-macos.yml
239
239
with :
240
240
platform : macos-aarch64
241
- xcode-toolset-version : ' 12.5 .1'
241
+ xcode-toolset-version : ' 14.3 .1'
242
242
extra-conf-options : ' --openjdk-target=aarch64-apple-darwin'
243
243
configure-arguments : ${{ github.event.inputs.configure-arguments }}
244
244
make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -318,7 +318,7 @@ jobs:
318
318
with :
319
319
platform : macos-x64
320
320
bootjdk-platform : macos-x64
321
- runs-on : macos-11
321
+ runs-on : macos-13
322
322
323
323
test-windows-x64 :
324
324
name : windows-x64
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2
+ # Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
3
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
#
5
5
# This code is free software; you can redistribute it and/or modify it
@@ -147,7 +147,7 @@ jobs:
147
147
run : |
148
148
# On macOS we need to install some dependencies for testing
149
149
brew install make
150
- sudo xcode-select --switch /Applications/Xcode_11.7 .app/Contents/Developer
150
+ sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
151
151
# This will make GNU make available as 'make' and not only as 'gmake'
152
152
echo '/usr/local/opt/make/libexec/gnubin' >> $GITHUB_PATH
153
153
if : runner.os == 'macOS'
You can’t perform that action at this time.
1 commit comments
openjdk-notifier[bot] commentedon Feb 12, 2024
Review
Issues