Skip to content

Commit 35b6bbd

Browse files
committed
1 parent e254bd3 commit 35b6bbd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/commit-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-22.04
14+
# macOS x86
1415
- macos-13
16+
# macOS M1
17+
- macos-14
1518
- windows-2022
1619
env:
1720
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
matrix:
1919
os:
2020
- ubuntu-22.04
21+
# macOS x86
2122
- macos-13
23+
# macOS M1
24+
- macos-14
2225
- windows-2022
2326
env:
2427
BUILD_ABI: armeabi-v7a,arm64-v8a,x86,x86_64

0 commit comments

Comments
 (0)