You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2022/10/31 22:26:34 UTC

[incubator-teaclave] 02/03: CI: pin the MAC OS version to macos-11

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 <su...@baidu.com>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org