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