mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Change ubuntu-latest to ubuntu-20.04 in CI builds (#4219)
This commit is contained in:
parent
36c8fffee2
commit
e68a3fcd30
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -17,11 +17,11 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
os: [windows-latest, ubuntu-20.04, macos-latest]
|
||||
qt-version: [5.15.2, 5.12.12]
|
||||
pch: [true]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
qt-version: 5.15.2
|
||||
pch: false
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in a new issue