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 @@ -40,10 +40,10 @@ jobs:
40
40
- ubuntu-20.04
41
41
- macos-11
42
42
cc :
43
- - gcc-9
43
+ - gcc-10
44
44
- clang
45
45
cxx :
46
- - g++-9
46
+ - g++-10
47
47
- clang++
48
48
mpi :
49
49
- " on"
@@ -52,10 +52,10 @@ jobs:
52
52
- " on"
53
53
- " off"
54
54
exclude :
55
- - cc : gcc-9
55
+ - cc : gcc-10
56
56
cxx : clang++
57
57
- cc : clang
58
- cxx : g++-9
58
+ cxx : g++-10
59
59
- os : ubuntu-20.04
60
60
cc : clang
61
61
cxx : clang++
@@ -133,7 +133,7 @@ jobs:
133
133
${{ matrix.os }}
134
134
135
135
- name : Conan install on gcc
136
- if : ${{ contains(matrix.cxx, 'g++-9 ') }}
136
+ if : ${{ contains(matrix.cxx, 'g++-10 ') }}
137
137
run : conan install ${{github.workspace}} -if ${{github.workspace}}/build -s compiler.libcxx=libstdc++11 --build missing -o mpi=${{matrix.mpi}} -o openmp=${{matrix.omp}} -o cppflow=on -pr:h=default -pr:b=default
138
138
139
139
- name : Conan install on apple-clang
You can’t perform that action at this time.
0 commit comments