Skip to content

Commit c32dee7

Browse files
committed
Changed GHA minimum Ubuntu version
1 parent 9031fe5 commit c32dee7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
cxx: "g++",
4343
}
4444
- {
45-
name: "Ubuntu 20.04 GCC Qt5",
46-
os: ubuntu-20.04,
45+
name: "Ubuntu 22.04 GCC Qt5",
46+
os: ubuntu-22.04,
4747
build_type: "Debug",
4848
cc: "gcc",
4949
cxx: "g++"
@@ -107,8 +107,8 @@ jobs:
107107
run: |
108108
sudo apt-get install qtcreator qtbase5-dev qt5-qmake qttools5-dev-tools qttools5-dev
109109
110-
- name: Install dependencies on Ubuntu 20.04 GCC Qt5
111-
if: "startsWith(matrix.config.name, 'Ubuntu 20.04 GCC Qt5')"
110+
- name: Install dependencies on Ubuntu 22.04 GCC Qt5
111+
if: "startsWith(matrix.config.name, 'Ubuntu 22.04 GCC Qt5')"
112112
run: |
113113
sudo apt-get install qt5-default qttools5-dev-tools qttools5-dev
114114
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Configure CMake and Build on Ubuntu GCC Qt5
174174
shell: bash
175-
if: "contains(matrix.config.name, 'Ubuntu-latest GCC Qt5') || contains(matrix.config.name, 'Ubuntu 20.04 GCC Qt5')"
175+
if: "contains(matrix.config.name, 'Ubuntu-latest GCC Qt5') || contains(matrix.config.name, 'Ubuntu 22.04 GCC Qt5')"
176176
run: |
177177
export CC=gcc
178178
export CXX=g++

0 commit comments

Comments
 (0)