1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-26 15:38:20 +01:00

Github actions: Remove obsolete compilers

This commit is contained in:
Peter De Wachter 2023-02-20 21:24:02 +01:00
parent 48976ab82c
commit e52db5ba46

View File

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