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 @@ -237,8 +237,8 @@ jobs:
237237 uses : ./.github/workflows/build-macos.yml
238238 with :
239239 platform : macos-x64
240- runs-on : ' macos-13 '
241- xcode-toolset-version : ' 14.3.1 '
240+ runs-on : ' macos-15-intel '
241+ xcode-toolset-version : ' 16.4 '
242242 configure-arguments : ${{ github.event.inputs.configure-arguments }}
243243 make-arguments : ${{ github.event.inputs.make-arguments }}
244244 if : needs.prepare.outputs.macos-x64 == 'true'
@@ -249,8 +249,8 @@ jobs:
249249 uses : ./.github/workflows/build-macos.yml
250250 with :
251251 platform : macos-aarch64
252- runs-on : ' macos-14 '
253- xcode-toolset-version : ' 15 .4'
252+ runs-on : ' macos-15 '
253+ xcode-toolset-version : ' 16 .4'
254254 configure-arguments : ${{ github.event.inputs.configure-arguments }}
255255 make-arguments : ${{ github.event.inputs.make-arguments }}
256256 if : needs.prepare.outputs.macos-aarch64 == 'true'
@@ -319,8 +319,8 @@ jobs:
319319 with :
320320 platform : macos-aarch64
321321 bootjdk-platform : macos-aarch64
322- runs-on : macos-14
323- xcode-toolset-version : ' 15 .4'
322+ runs-on : macos-15
323+ xcode-toolset-version : ' 16 .4'
324324
325325 test-windows-x64 :
326326 name : windows-x64
You can’t perform that action at this time.
0 commit comments