aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2022-02-25 15:15:34 +0100
committerGitHub <noreply@github.com>2022-02-25 15:15:34 +0100
commit1458d1fc856c33b25c07ac16a86bbc2096110ba1 (patch)
tree3bf27e7b4a5adaf5ec109f3ddd3d1280f792380b /.github/workflows
parentcfa64f86da6fcfe04947a634a208705543824810 (diff)
downloadlibquotient-1458d1fc856c33b25c07ac16a86bbc2096110ba1.tar.gz
libquotient-1458d1fc856c33b25c07ac16a86bbc2096110ba1.zip
Don't run e2ee on macos
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f622662b..0bbbc06c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,6 +33,8 @@ jobs:
compiler: GCC
- os: windows-2019
e2ee: e2ee # Not supported by the current CI script
+ - os: macos-10.15
+ e2ee: e2ee # Missing OpenSSL
include:
- os: ubuntu-latest
compiler: GCC