diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 9dd2d36..2132f13 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -23,26 +23,8 @@ jobs: # # Virtual Environments: OSes and preinstalled software: # https://github.com/actions/virtual-environments - # - # Many are commented out to avoid going over budget matrix: include: - - os: ubuntu-18.04 - compiler: g++-4.8 - # - os: ubuntu-16.04 - # compiler: g++-5 - # - os: ubuntu-18.04 - # compiler: g++-7 - # - os: ubuntu-18.04 - # compiler: g++-8 - # - os: ubuntu-18.04 - # compiler: g++-9 - # - os: ubuntu-18.04 - # compiler: g++-10 - # - os: ubuntu-18.04 - # compiler: clang++-8 - # - os: ubuntu-18.04 - # compiler: clang++-9 - os: ubuntu-latest compiler: g++ - os: macOS-latest @@ -55,10 +37,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install old compiler - if: matrix.compiler == 'g++-4.8' - run: sudo apt-get install g++-4.8 - # Run tests - name: Run tests env: