File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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++
You can’t perform that action at this time.
0 commit comments