diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-23 20:16:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 20:16:04 +0200 |
commit | 466fe1a43389ac1d7408d32eee3e85e8b074b4bd (patch) | |
tree | 2f0ef343931f607c52ef5e5d2643151450146aa8 /.github/workflows | |
parent | 0d4315008374d9a4dfb11f934875b1a16670ec74 (diff) | |
download | libquotient-466fe1a43389ac1d7408d32eee3e85e8b074b4bd.tar.gz libquotient-466fe1a43389ac1d7408d32eee3e85e8b074b4bd.zip |
Step to Ubuntu 20.04; drop (old) E2EE code building
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed251bc3..20100e5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,17 +16,15 @@ jobs: fail-fast: false max-parallel: 1 matrix: - os: [ubuntu-18.04, macos-10.15] + os: [ubuntu-20.04, macos-10.15] compiler: [ GCC, Clang ] qt-version: [ '5.12.10' ] # Not using binary values here, to make the job captions more readable - e2ee: [ '', 'E2EE' ] + e2ee: [ '' ] update-api: [ '', 'update-api' ] exclude: - os: macos-10.15 compiler: GCC - - e2ee: '' # Somewhat reduce the number of combinations to check - update-api: 'update-api' steps: - uses: actions/checkout@v2 |