Change ubuntu-latest to ubuntu-20.04 in CI builds (#4219)

This commit is contained in:
Wissididom 2022-12-07 12:53:50 +01:00 committed by GitHub
parent 36c8fffee2
commit e68a3fcd30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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