File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 max-parallel : 8
2222 matrix :
23- compiler : [g++-9, g++10, g++11]
23+ compiler : [g++-9, g++- 10, g++- 11]
2424 base-flags : ["", -DJINJA2CPP_CXX_STANDARD=17]
2525 build-config : [Release, Debug]
2626 build-shared : [TRUE, FALSE]
8585
8686 linux-clang-build :
8787
88- runs-on : ubuntu-18.04
88+ runs-on : ubuntu-latest
8989 container :
9090 image : ${{matrix.docker-image}}
9191 env :
9696 fail-fast : false
9797 max-parallel : 8
9898 matrix :
99- compiler : [10, 11, 12 ]
99+ compiler : [10, 11]
100100 base-flags : ["", -DJINJA2CPP_CXX_STANDARD=17]
101101 build-config : [Release, Debug]
102102 build-shared : [TRUE, FALSE]
@@ -106,8 +106,6 @@ jobs:
106106 docker-image : conanio/clang10
107107 - compiler : 11
108108 docker-image : conanio/clang11
109- - compiler : 12
110- docker-image : conanio/clang12
111109
112110 steps :
113111 - uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments