Skip to content

Commit ae4c48e

Browse files
authored
Merge pull request #353 from astro-informatics/update-gcc
Update gcc to 10
2 parents 4ddff4f + d2111a3 commit ae4c48e

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
@@ -40,10 +40,10 @@ jobs:
4040
- ubuntu-20.04
4141
- macos-11
4242
cc:
43-
- gcc-9
43+
- gcc-10
4444
- clang
4545
cxx:
46-
- g++-9
46+
- g++-10
4747
- clang++
4848
mpi:
4949
- "on"
@@ -52,10 +52,10 @@ jobs:
5252
- "on"
5353
- "off"
5454
exclude:
55-
- cc: gcc-9
55+
- cc: gcc-10
5656
cxx: clang++
5757
- cc: clang
58-
cxx: g++-9
58+
cxx: g++-10
5959
- os: ubuntu-20.04
6060
cc: clang
6161
cxx: clang++
@@ -133,7 +133,7 @@ jobs:
133133
${{ matrix.os }}
134134
135135
- name: Conan install on gcc
136-
if: ${{ contains(matrix.cxx, 'g++-9') }}
136+
if: ${{ contains(matrix.cxx, 'g++-10') }}
137137
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
138138

139139
- name: Conan install on apple-clang

0 commit comments

Comments
 (0)