Skip to content

Commit

Permalink
Remove clang 7+8, add gcc-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskr97 committed Oct 24, 2021
1 parent 7b11fe6 commit c856f0a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
fail-fast: false
matrix:
cfg:
- { os: ubuntu-18.04, cpp-version: g++-8, dist: false}
- { os: ubuntu-18.04, cpp-version: g++-9, dist: false}
- { os: ubuntu-18.04, cpp-version: clang++-7, dist: false}
- { os: ubuntu-18.04, cpp-version: clang++-8, dist: false}
- { os: ubuntu-18.04, cpp-version: clang++-9, dist: true}
- { os: ubuntu-20.04, apt: g++-8, cxx: g++-8, cc: gcc-8, dist: false}
- { os: ubuntu-20.04, apt: g++-9, cxx: g++-9, cc: gcc-9, dist: false}
- { os: ubuntu-20.04, apt: g++-10, cxx: g++-10, cc: gcc-10, dist: false}
- { os: ubuntu-20.04, apt: clang-9, cxx: clang++-9, cc: clang-9, dist: false}
- { os: ubuntu-20.04, apt: clang-10, cxx: clang++-10, cc: clang-10, dist: false}
- { os: ubuntu-20.04, apt: clang-11, cxx: clang++-11, cc: clang-11, dist: false}
- { os: ubuntu-20.04, apt: clang-12, cxx: clang++-12, cc: clang-12, dist: true}

steps:
- name: Checkout Etterna
Expand Down

0 comments on commit c856f0a

Please sign in to comment.