diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0dabe6fd9..f82f31fdc 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -129,7 +129,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', 'latest'] + compiler: ['4', '5', '6', '7', '8', '9', '10', '11', '12', '13', 'latest'] container: gcc:${{ matrix.compiler }} steps: - uses: actions/checkout@v3 @@ -144,7 +144,7 @@ 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', '14', '15-bullseye', '16', 'latest'] + compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15-bullseye', 'latest'] container: silkeh/clang:${{ matrix.compiler }} steps: - name: Install unzip and git