aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-18 22:51:01 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-06-18 22:51:01 +0200
commit42f2d07fcb9f31b4e280a025472a6e810f36fb23 (patch)
treec63c8e8bef1377cfcdc7e9b023bdea565a53309e /.github
parent7ef84728ab3744192583eb587a4585c576f5a176 (diff)
downloadlibquotient-42f2d07fcb9f31b4e280a025472a6e810f36fb23.tar.gz
libquotient-42f2d07fcb9f31b4e280a025472a6e810f36fb23.zip
CI: switch to macos-11 image
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f03af94b..c71ce6c3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
- os: [ ubuntu-20.04, macos-10.15 ]
+ os: [ ubuntu-20.04, macos-11 ]
qt-version: [ '6.3.1', '5.15.2' ]
compiler: [ LLVM ]
# Not using binary values here, to make the job captions more readable