Browse Source

Github actions: Remove obsolete compilers

master
Peter De Wachter 3 years ago
parent
commit
e52db5ba46
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ clang++, gcc++, gcc-9++, gcc-10++ ]
compiler: [ clang++, gcc++ ]
steps:
- name: Add repository
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"

Loading…
Cancel
Save