Commit 6a1a5f48 authored by Paul Schütze's avatar Paul Schütze
Browse files

Merge branch 'p-github-actions' into 'master'

Github Actions: Update Compiler Matrix

See merge request allpix-squared/allpix-squared!981
parents 9bb8f1e2 af2f160d
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: