From 232e16239fe930e1b5bb13cecd5510abbb6107d5 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Mon, 8 Jul 2024 15:42:02 -0400 Subject: [PATCH] class -> typename --- .github/workflows/ubuntu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c783cbde7e..139bc127bd 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: ['6','7','8','9','10','11','12','latest'] + compiler: ['8','9','10','11','12','latest'] container: gcc:${{ matrix.compiler }} steps: - uses: actions/checkout@v3 @@ -204,7 +204,6 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '15-bullseye', 'latest'] compiler: ['3.8', '3.9', '4', '5', '6', '7','8','9', '10', '11', '12', '13', '14', '15-bullseye'] container: silkeh/clang:${{ matrix.compiler }} steps: