Merge pull request #76 from robert-scheck/workflow-compiler

Switch to gcc-12 (default: gcc-11), clang-14 is newest in ubuntu-latest
This commit is contained in:
Alexandre Dulaunoy 2023-04-09 17:12:33 +02:00 committed by GitHub
commit 897d93856a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [cc, clang, clang-13, gcc-10]
compiler: [cc, clang, gcc-12]
steps:
- name: Checkout code
uses: actions/checkout@v3