Switch to gcc-12 (default: gcc-11), clang-14 is newest in ubuntu-latest

This commit is contained in:
Robert Scheck 2023-04-09 17:06:30 +02:00
parent 91566f773b
commit 4bc6b18f43

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