File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ jobs:
327327 uses : ./.github/workflows/build-macos.yml
328328 with :
329329 platform : macos-x64
330- runs-on : ' macos-13 '
331- xcode-toolset-version : ' 14.3.1 '
330+ runs-on : ' macos-15-intel '
331+ xcode-toolset-version : ' 16.4 '
332332 configure-arguments : ${{ github.event.inputs.configure-arguments }}
333333 make-arguments : ${{ github.event.inputs.make-arguments }}
334334 dry-run : ${{ needs.prepare.outputs.dry-run == 'true' }}
@@ -340,8 +340,8 @@ jobs:
340340 uses : ./.github/workflows/build-macos.yml
341341 with :
342342 platform : macos-aarch64
343- runs-on : ' macos-14 '
344- xcode-toolset-version : ' 15 .4'
343+ runs-on : ' macos-15 '
344+ xcode-toolset-version : ' 16 .4'
345345 configure-arguments : ${{ github.event.inputs.configure-arguments }}
346346 make-arguments : ${{ github.event.inputs.make-arguments }}
347347 dry-run : ${{ needs.prepare.outputs.dry-run == 'true' }}
@@ -432,9 +432,9 @@ jobs:
432432 with :
433433 platform : macos-aarch64
434434 bootjdk-platform : macos-aarch64
435- runs-on : macos-14
435+ runs-on : macos-15
436436 dry-run : ${{ needs.prepare.outputs.dry-run == 'true' }}
437- xcode-toolset-version : ' 15 .4'
437+ xcode-toolset-version : ' 16 .4'
438438 debug-suffix : -debug
439439
440440 test-windows-x64 :
You can’t perform that action at this time.
0 commit comments