diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0fcc0e2..c1ba825 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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: @@ -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: diff --git a/doc/README_CN.md b/doc/README_CN.md index a55d0dd..0c339e8 100644 --- a/doc/README_CN.md +++ b/doc/README_CN.md @@ -263,6 +263,8 @@ TCP 采用了定制的通讯协议,其中存在 4 个部分: # 测试 +> 由于 GitHub 不再支持 MacOS 10.15, clang_64 所以已经将持续集成 CI 中的 MacOS 版本更新为 MacOS 11.0 + ## 说明 将使用 QTest 对 PolyChat 进行测试。