]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .github/workflows/ci.yml
Add CI builds on MacOS 11 (BigSur)
[openssl-gost/engine.git] / .github / workflows / ci.yml
index c58827f9efffb4744d54c18b244ab51584773ca9..64e0458715038669bbfe3f5dec93984fa5be45be 100644 (file)
@@ -21,6 +21,13 @@ jobs:
             - run: .github/before_script.sh
             - run: .github/script.sh
 
+    macos-openssl-stable:
+        runs-on: macos-11
+        steps:
+            - uses: actions/checkout@v2
+            - run: .github/before_script.sh
+            - run: .github/script.sh
+
     gcc-openssl-master:
         runs-on: ubuntu-20.04
         env:
@@ -30,6 +37,15 @@ jobs:
             - run: .github/before_script.sh
             - run: .github/script.sh
 
+    macos-openssl-master:
+        runs-on: macos-11
+        env:
+            OPENSSL_BRANCH: master
+        steps:
+            - uses: actions/checkout@v2
+            - run: .github/before_script.sh
+            - run: .github/script.sh
+
     gcc-asan-openssl-master:
         runs-on: ubuntu-20.04
         env: