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 @@ -223,7 +223,7 @@ jobs:
223
223
uses : ./.github/workflows/build-macos.yml
224
224
with :
225
225
platform : macos-x64
226
- xcode-toolset-version : ' 11.7 '
226
+ xcode-toolset-version : ' 14.3.1 '
227
227
configure-arguments : ${{ github.event.inputs.configure-arguments }}
228
228
make-arguments : ${{ github.event.inputs.make-arguments }}
229
229
if : needs.select.outputs.macos-x64 == 'true'
@@ -234,7 +234,7 @@ jobs:
234
234
uses : ./.github/workflows/build-macos.yml
235
235
with :
236
236
platform : macos-aarch64
237
- xcode-toolset-version : ' 12.4 '
237
+ xcode-toolset-version : ' 14.3.1 '
238
238
extra-conf-options : ' --openjdk-target=aarch64-apple-darwin'
239
239
configure-arguments : ${{ github.event.inputs.configure-arguments }}
240
240
make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -298,7 +298,7 @@ jobs:
298
298
with :
299
299
platform : macos-x64
300
300
bootjdk-platform : macos-x64
301
- runs-on : macos-11
301
+ runs-on : macos-13
302
302
303
303
test-windows-x64 :
304
304
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
@@ -127,7 +127,7 @@ jobs:
127
127
run : |
128
128
# On macOS we need to install some dependencies for testing
129
129
brew install make
130
- sudo xcode-select --switch /Applications/Xcode_11.7 .app/Contents/Developer
130
+ sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
131
131
# This will make GNU make available as 'make' and not only as 'gmake'
132
132
echo '/usr/local/opt/make/libexec/gnubin' >> $GITHUB_PATH
133
133
if : runner.os == 'macOS'
You can’t perform that action at this time.
1 commit comments
openjdk-notifier[bot] commentedon Jul 9, 2024
Review
Issues