This is an automated email from the ASF dual-hosted git repository. mssun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
commit a8058f82131016b2fce1680adcc9b067508d504d Author: sunhe05 <[email protected]> AuthorDate: Fri Oct 28 11:44:59 2022 +0000 CI: pin the MAC OS version to macos-11 The Rust Client SDK cannot be compiled in macOS-12. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1aebf5fe..e2fe40ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ defaults: jobs: teaclave-client-sdk-macos: - runs-on: macos-latest + runs-on: macos-11 steps: - uses: actions/checkout@v3 with: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
