1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-10 04:11:16 +00:00

CI: Don't compile on Ubuntu 18.04

This commit is contained in:
Vladimir Golovnev 2021-02-19 19:18:40 +03:00 committed by Vladimir Golovnev (Glassez)
parent a078633a32
commit 5c8806b307
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7

View File

@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-20.04]
qbt_gui: ["GUI=ON", "GUI=OFF"]
fail-fast: false