diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-12 23:24:19 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-06-13 16:29:50 +0200 |
commit | f4255f83bf5f4bfe03dc7518a89b378d3238c940 (patch) | |
tree | 2d719401d52c03e0c17b5ccceeac52825bd1b535 /.github/workflows/ci.yml | |
parent | fad6ac5fdee53c349c69afd0ad5e57f340228c6b (diff) | |
download | libquotient-f4255f83bf5f4bfe03dc7518a89b378d3238c940.tar.gz libquotient-f4255f83bf5f4bfe03dc7518a89b378d3238c940.zip |
CI: Use Qt 5.12, as required from now
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 24681460..00e17f42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v2.11.1 with: - version: '5.9.9' + version: '5.12.10' cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Ninja (macOS) |