Skip to content

Commit

Permalink
ci: switch to macOS 15 runner
Browse files Browse the repository at this point in the history
Remove outdated and duplicated macOS 13 runner.
Switch to macOS 15 runner: github/roadmap#986
  • Loading branch information
Bambooin committed Oct 17, 2024
1 parent 2e4b291 commit 8440b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
matrix:
os:
- ubuntu-24.04
# macOS x86
- macos-13
# macOS M1
- macos-14
- macos-15
- windows-2022
env:
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
matrix:
os:
- ubuntu-24.04
# macOS x86
- macos-13
# macOS M1
- macos-14
- macos-15
- windows-2022
env:
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64
Expand Down

0 comments on commit 8440b0b

Please sign in to comment.