Skip to content

Commit

Permalink
更新 持续集成中 MacOS 的版本为 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekosilverfox committed Oct 18, 2023
1 parent e0eba57 commit 6f1732e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15]
os: [macos-11.0]
qt_ver: [6.2.2]
qt_arch: [clang_64]
env:
Expand Down Expand Up @@ -49,7 +49,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15]
# macos-10.15 Github 不再支持
os: [macos-11.0]
qt_ver: [6.2.2]
qt_arch: [clang_64]
env:
Expand Down
2 changes: 2 additions & 0 deletions doc/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ TCP 采用了定制的通讯协议,其中存在 4 个部分:

# 测试

> 由于 GitHub 不再支持 MacOS 10.15, clang_64 所以已经将持续集成 CI 中的 MacOS 版本更新为 MacOS 11.0
## 说明

将使用 QTest 对 PolyChat 进行测试。
Expand Down

0 comments on commit 6f1732e

Please sign in to comment.