Skip to content

Commit 8440b0b

Browse files
committed
ci: switch to macOS 15 runner
Remove outdated and duplicated macOS 13 runner. Switch to macOS 15 runner: github/roadmap#986
1 parent 2e4b291 commit 8440b0b

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/commit-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
matrix:
1616
os:
1717
- ubuntu-24.04
18-
# macOS x86
19-
- macos-13
20-
# macOS M1
21-
- macos-14
18+
- macos-15
2219
- windows-2022
2320
env:
2421
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64

.github/workflows/pull-request-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
matrix:
2323
os:
2424
- ubuntu-24.04
25-
# macOS x86
26-
- macos-13
27-
# macOS M1
28-
- macos-14
25+
- macos-15
2926
- windows-2022
3027
env:
3128
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64

0 commit comments

Comments
 (0)