Skip to content

Commit

Permalink
合并 MoacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nekosilverfox committed Oct 18, 2023
1 parent 7fdaffd commit 7929b2c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ jobs:
cd ./App
qmake
make
test:
# needs 添加层级关系,上面的执行完了。这个才会执行
needs: build
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-10.15 Github 不再支持
os: [macos-11.0]
qt_ver: [6.2.2]
qt_arch: [clang_64]
env:
targetName: PolyChatTester
steps:
- name: Test on macOS
run: |
cd ../Tester
Expand Down

0 comments on commit 7929b2c

Please sign in to comment.