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:
parent
48976ab82c
commit
e52db5ba46
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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…
Reference in New Issue
Block a user