diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index fd7589e68..fb047661b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: ['4.8', '4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest'] + compiler: ['4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest'] container: gcc:${{ matrix.compiler }} steps: - uses: actions/checkout@v3