Skip to content

Commit 7fe2553

Browse files
committed
8369226: GHA: Switch to MacOS 15
Reviewed-by: mdoerr Backport-of: 1ea8cfa6dc8e6f96fd87553331abaae17ec173ea
1 parent 3bddec8 commit 7fe2553

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
@@ -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

0 commit comments

Comments
 (0)