diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2022-02-25 15:15:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 15:15:34 +0100 |
commit | 1458d1fc856c33b25c07ac16a86bbc2096110ba1 (patch) | |
tree | 3bf27e7b4a5adaf5ec109f3ddd3d1280f792380b | |
parent | cfa64f86da6fcfe04947a634a208705543824810 (diff) | |
download | libquotient-1458d1fc856c33b25c07ac16a86bbc2096110ba1.tar.gz libquotient-1458d1fc856c33b25c07ac16a86bbc2096110ba1.zip |
Don't run e2ee on macos
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |