Skip to content

Commit 0444834

Browse files
authored
Update macbuild.yml
1 parent cc6c0f2 commit 0444834

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- os: macos-13
1818
- os: macos-14
19-
runs-on: ${{ matrix.os }
19+
runs-on: ${{ matrix.os }}
2020

2121
steps:
2222
- name: Checkout main repository code
@@ -58,8 +58,3 @@ jobs:
5858
make PLATFORM=mac FLAGS=InstallAll
5959
make PLATFORM=mac FLAGS=CleanAll
6060
cd ..
61-
#测试
62-
- name: test
63-
run: |
64-
cd XEngine_Release
65-
./XEngine_MQServiceApp -t

0 commit comments

Comments
 (0)