Skip to content

Commit 98bcb48

Browse files
authored
Merge pull request #155 from cielavenir/fixRunner
use ubuntu 22.04 as 20.10 got deprecated
2 parents 2e6e699 + b744cd0 commit 98bcb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
runner:
1919
- "ubuntu:20.04" # cmake 3.16, qt 5.12
20-
- "ubuntu:20.10" # cmake 3.16, qt 5.14
20+
- "ubuntu:22.04" # cmake 3.22, qt 5.15
2121
env:
2222
DEBIAN_FRONTEND: noninteractive
2323
steps:
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
apt-get update &&
3030
apt-get install -y --no-install-recommends \
31-
g++ make cmake zlib1g-dev qt5-default qttools5-dev-tools
31+
g++ make cmake zlib1g-dev qtbase5-dev qttools5-dev-tools
3232
- name: Show cmake version
3333
run: cmake --version
3434
- name: Run cmake

0 commit comments

Comments
 (0)