diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-18 22:51:01 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-18 22:51:01 +0200 |
commit | 42f2d07fcb9f31b4e280a025472a6e810f36fb23 (patch) | |
tree | c63c8e8bef1377cfcdc7e9b023bdea565a53309e /.github/workflows/ci.yml | |
parent | 7ef84728ab3744192583eb587a4585c576f5a176 (diff) | |
download | libquotient-42f2d07fcb9f31b4e280a025472a6e810f36fb23.tar.gz libquotient-42f2d07fcb9f31b4e280a025472a6e810f36fb23.zip |
CI: switch to macos-11 image
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 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 |