diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-19 23:13:14 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-19 23:13:35 +0200 |
commit | 19e0251f02d547028583c2ebe9207885ff087dc4 (patch) | |
tree | 9fa1b4c9003c5cc4727bfdc0b8c323614a9d5430 /.github/workflows/ci.yml | |
parent | 42f2d07fcb9f31b4e280a025472a6e810f36fb23 (diff) | |
download | libquotient-19e0251f02d547028583c2ebe9207885ff087dc4.tar.gz libquotient-19e0251f02d547028583c2ebe9207885ff087dc4.zip |
CI: fix macos-10.15 leftover
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c71ce6c3..d619385f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - os: ubuntu-20.04 e2ee: e2ee # Will be re-added with static analysis below # TODO: Enable E2EE on Windows and macOS - - os: macos-10.15 + - os: macos-11 e2ee: e2ee include: - os: windows-2019 |