Skip to content

Commit

Permalink
Merge pull request #155 from cielavenir/fixRunner
Browse files Browse the repository at this point in the history
use ubuntu 22.04 as 20.10 got deprecated
  • Loading branch information
stachenov authored Aug 30, 2022
2 parents 2e6e699 + b744cd0 commit 98bcb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
runner:
- "ubuntu:20.04" # cmake 3.16, qt 5.12
- "ubuntu:20.10" # cmake 3.16, qt 5.14
- "ubuntu:22.04" # cmake 3.22, qt 5.15
env:
DEBIAN_FRONTEND: noninteractive
steps:
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
apt-get update &&
apt-get install -y --no-install-recommends \
g++ make cmake zlib1g-dev qt5-default qttools5-dev-tools
g++ make cmake zlib1g-dev qtbase5-dev qttools5-dev-tools
- name: Show cmake version
run: cmake --version
- name: Run cmake
Expand Down

0 comments on commit 98bcb48

Please sign in to comment.