Skip to content

Commit cc6c0f2

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/macbuild.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ permissions:
1111

1212
jobs:
1313
build:
14-
runs-on: macos-13
14+
strategy:
15+
matrix:
16+
include:
17+
- os: macos-13
18+
- os: macos-14
19+
runs-on: ${{ matrix.os }
1520

1621
steps:
1722
- name: Checkout main repository code
@@ -54,7 +59,7 @@ jobs:
5459
make PLATFORM=mac FLAGS=CleanAll
5560
cd ..
5661
#测试
57-
-name: test
58-
run: |
62+
- name: test
63+
run: |
5964
cd XEngine_Release
6065
./XEngine_MQServiceApp -t

0 commit comments

Comments
 (0)