2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Remove clang-9 from GHA testing - it's currently broken and drone is testing OK.

This commit is contained in:
jzmaddock
2021-05-18 11:39:19 +01:00
parent 09b01edc47
commit 8283949fae

View File

@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ g++-9, g++-10, clang++-9, clang++-10 ]
compiler: [ g++-9, g++-10, clang++-10 ]
standard: [ c++11, c++14, c++17, c++2a ]
suite: [ float128_tests, special_fun, distribution_tests, misc, quadrature, mp, interpolators, autodiff, ../example//examples, ../tools ]
steps: