1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-26 07:28:21 +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:
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"