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 @@ -235,8 +235,8 @@ jobs:
235235 uses : ./.github/workflows/build-macos.yml
236236 with :
237237 platform : macos-x64
238- runs-on : ' macos-13 '
239- xcode-toolset-version : ' 14.3.1 '
238+ runs-on : ' macos-15-intel '
239+ xcode-toolset-version : ' 16.4 '
240240 configure-arguments : ${{ github.event.inputs.configure-arguments }}
241241 make-arguments : ${{ github.event.inputs.make-arguments }}
242242 if : needs.prepare.outputs.macos-x64 == 'true'
@@ -247,8 +247,8 @@ jobs:
247247 uses : ./.github/workflows/build-macos.yml
248248 with :
249249 platform : macos-aarch64
250- runs-on : ' macos-14 '
251- xcode-toolset-version : ' 15 .4'
250+ runs-on : ' macos-15 '
251+ xcode-toolset-version : ' 16 .4'
252252 configure-arguments : ${{ github.event.inputs.configure-arguments }}
253253 make-arguments : ${{ github.event.inputs.make-arguments }}
254254 if : needs.prepare.outputs.macos-aarch64 == 'true'
@@ -301,8 +301,8 @@ jobs:
301301 with :
302302 platform : macos-aarch64
303303 bootjdk-platform : macos-aarch64
304- runs-on : macos-14
305- xcode-toolset-version : ' 15 .4'
304+ runs-on : macos-15
305+ xcode-toolset-version : ' 16 .4'
306306
307307 test-windows-x64 :
308308 name : windows-x64
You can’t perform that action at this time.
0 commit comments