diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 9dce60a..7517785 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,6 +13,7 @@ jobs: strategy: matrix: name: [ubuntu-gcc-9, + ubuntu-gcc-10, ubuntu-clang-15, macos-xcode-12.3, ] @@ -23,6 +24,11 @@ jobs: compiler: gcc version: "9" + - name: ubuntu-gcc-10 + os: ubuntu-latest + compiler: gcc + version: "10" + - name: ubuntu-clang-15 os: ubuntu-latest compiler: clang