File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555jobs :
5656 build-macos :
5757 name : build
58- runs-on : macos-13
58+ runs-on : macos-15-intel
5959
6060 strategy :
6161 fail-fast : false
8484 run : |
8585 # Run Homebrew installation and xcode-select
8686 brew install make
87- sudo xcode-select --switch /Applications/Xcode_${{ inputs.xcode-toolset-version }} .app/Contents/Developer
87+ sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
8888 # This will make GNU make available as 'make' and not only as 'gmake'
8989 echo '/usr/local/opt/make/libexec/gnubin' >> $GITHUB_PATH
9090
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223223 uses : ./.github/workflows/build-macos.yml
224224 with :
225225 platform : macos-x64
226- xcode-toolset-version : ' 14.3.1 '
226+ xcode-toolset-version : ' 16.4 '
227227 configure-arguments : ${{ github.event.inputs.configure-arguments }}
228228 make-arguments : ${{ github.event.inputs.make-arguments }}
229229 if : needs.select.outputs.macos-x64 == 'true'
@@ -234,7 +234,7 @@ jobs:
234234 uses : ./.github/workflows/build-macos.yml
235235 with :
236236 platform : macos-aarch64
237- xcode-toolset-version : ' 14.3.1 '
237+ xcode-toolset-version : ' 16.4 '
238238 extra-conf-options : ' --openjdk-target=aarch64-apple-darwin'
239239 configure-arguments : ${{ github.event.inputs.configure-arguments }}
240240 make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -298,7 +298,7 @@ jobs:
298298 with :
299299 platform : macos-x64
300300 bootjdk-platform : macos-x64
301- runs-on : macos-13
301+ runs-on : macos-15-intel
302302
303303 test-windows-x64 :
304304 name : windows-x64
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 run : |
128128 # On macOS we need to install some dependencies for testing
129129 brew install make
130- sudo xcode-select --switch /Applications/Xcode_14.3.1 .app/Contents/Developer
130+ sudo xcode-select --switch /Applications/Xcode_16.4 .app/Contents/Developer
131131 # This will make GNU make available as 'make' and not only as 'gmake'
132132 echo '/usr/local/opt/make/libexec/gnubin' >> $GITHUB_PATH
133133 if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments