Skip to content

Commit cc434af

Browse files
committed
8369226: GHA: Switch to MacOS 15
Reviewed-by: simonis Backport-of: 1ea8cfa6dc8e6f96fd87553331abaae17ec173ea
1 parent f0a16d4 commit cc434af

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

0 commit comments

Comments
 (0)