diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 149a754..940703d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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