Update ci.yml

This commit is contained in:
Peter Dimov
2023-02-23 11:11:54 +02:00
parent 560cfae6fc
commit 28566d2cf0

View File

@@ -79,7 +79,7 @@ jobs:
compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04, stdlib: libc++, install: 'clang-12 libc++-12-dev libc++abi-12-dev' }
# OSX, clang
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-10.15 }
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11 }
# Coverity Scan
# requires two github secrets in repo to activate; see ci/github/coverity.sh
@@ -283,7 +283,7 @@ jobs:
- name: Upload coverage
if: matrix.coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: __out/cobertura.xml