Update CI to GCC/Clang 11

This commit is contained in:
Wouter van Oortmerssen 2021-05-24 11:55:40 -07:00
parent 221eeb2312
commit 12f2eedadc
1 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cxx: [g++-9, clang++-9]
cxx: [g++-11, clang++-11]
steps:
- uses: actions/checkout@v1
- name: cmake
@ -103,7 +103,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cxx: [g++-9, clang++-9]
cxx: [g++-11, clang++-11]
steps:
- uses: actions/checkout@v1
- name: cmake