Skip to content

Commit ec94e3b

Browse files
committed
更改MacOS CI目标
1 parent 3117d28 commit ec94e3b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci-macos-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: config
8282
run: xmake config --policies=build.ccache -o ${{ runner.workspace }}/build -m releasedbg -a ${{ matrix.arch }} --yes
8383
- name: build
84-
run: xmake build --yes -vD research && xmake build --yes -vD --group=tests
84+
run: xmake build --yes -vD liii && xmake build --yes -vD --group=tests
8585
#- name: C++ tests
8686
# run: xmake run --yes --verbose --diagnosis --group=tests
8787
# env:

.github/workflows/ci-xmake-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: config
8484
run: xmake config --policies=build.ccache -o ${{ runner.workspace }}/build -m releasedbg --yes
8585
- name: build
86-
run: xmake build --yes -vD research && xmake build --yes -vD --group=tests
86+
run: xmake build --yes -vD liii && xmake build --yes -vD --group=tests
8787
#- name: C++ tests
8888
# run: xmake run --yes --verbose --diagnosis --group=tests
8989
# env:

devel/200_6.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
## 2025/07/01 CI/CD for MacOS
33
### What
44
添加了MacOS平台的Github CI/CD流水线
5+
6+
## 2025/07/02 更改MacOS CI 构建目标
7+
### What
8+
更改 MacOS CI 构建目标为 liii

0 commit comments

Comments
 (0)