Commit af2f160d authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Github Actions: Update Compiler Matrix

parent 9bb8f1e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ jobs:
  compile-centos7:
    strategy:
      matrix:
        compiler: [gcc10, clang10]
        compiler: [gcc11, clang12]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
@@ -42,7 +42,7 @@ jobs:
    strategy:
      matrix:
        whichtest: [test_core, test_modules, examples]
        compiler: [gcc10, clang10]
        compiler: [gcc11, clang12]
    steps:
    - uses: actions/checkout@v2
      with: