Skip to content

Commit

Permalink
Merge pull request #50 from eecs280staff/remove-old-gcc
Browse files Browse the repository at this point in the history
Remove g++ 4.8 from CI
  • Loading branch information
jamesjuett authored Aug 9, 2023
2 parents eff7edc + 5c95921 commit 95abb2f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 95abb2f

Please sign in to comment.