Skip to content

Commit 1ea8cfa

Browse files
committed
8369226: GHA: Switch to MacOS 15
Reviewed-by: erikj, ayang, sgehwolf
1 parent ebeb77b commit 1ea8cfa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)