File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
max-parallel : 8
22
22
matrix :
23
- compiler : [g++-9, g++10, g++11]
23
+ compiler : [g++-9, g++- 10, g++- 11]
24
24
base-flags : ["", -DJINJA2CPP_CXX_STANDARD=17]
25
25
build-config : [Release, Debug]
26
26
build-shared : [TRUE, FALSE]
85
85
86
86
linux-clang-build :
87
87
88
- runs-on : ubuntu-18.04
88
+ runs-on : ubuntu-latest
89
89
container :
90
90
image : ${{matrix.docker-image}}
91
91
env :
96
96
fail-fast : false
97
97
max-parallel : 8
98
98
matrix :
99
- compiler : [10, 11, 12 ]
99
+ compiler : [10, 11]
100
100
base-flags : ["", -DJINJA2CPP_CXX_STANDARD=17]
101
101
build-config : [Release, Debug]
102
102
build-shared : [TRUE, FALSE]
@@ -106,8 +106,6 @@ jobs:
106
106
docker-image : conanio/clang10
107
107
- compiler : 11
108
108
docker-image : conanio/clang11
109
- - compiler : 12
110
- docker-image : conanio/clang12
111
109
112
110
steps :
113
111
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments