Skip to content

Commit 2f7e9c7

Browse files
Replace macos-14 and macos-13 with macos-15 and macos-15 intel as deprecation by 2025/11 (#18772)
* Switch macos13(intel) and macos14(arm) to macos-15-intel and macos-15 Signed-off-by: Peter Zhu <[email protected]> * Remove macos-15-intel from assemble to be in sync with original setup as it takes long time Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Peter Zhu <[email protected]>
1 parent ef35266 commit 2f7e9c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assemble.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
java: [ 21, 25 ]
11-
os: [ubuntu-latest, windows-latest, macos-13, ubuntu-24.04-arm]
11+
os: [ubuntu-latest, windows-latest, macos-15, ubuntu-24.04-arm]
1212
steps:
1313
- uses: actions/checkout@v5
1414
- name: Set up JDK ${{ matrix.java }}

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
java: [ 21, 25 ]
11-
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-24.04-arm]
11+
os: [ubuntu-latest, windows-latest, macos-15, macos-15-intel, ubuntu-24.04-arm]
1212
include:
1313
- java: 21
1414
os: 'windows-2025'

0 commit comments

Comments
 (0)