Skip to content

Commit

Permalink
ci: add macos 14 m1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Mar 28, 2024
1 parent e254bd3 commit 35b6bbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
matrix:
os:
- ubuntu-22.04
# macOS x86
- macos-13
# macOS M1
- macos-14
- windows-2022
env:
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
matrix:
os:
- ubuntu-22.04
# macOS x86
- macos-13
# macOS M1
- macos-14
- windows-2022
env:
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64
Expand Down

0 comments on commit 35b6bbd

Please sign in to comment.