From 0700bc1ac63739cddcb1898cf9ef4a58549b3d69 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:30:02 -0400 Subject: [PATCH] chore(deps): pre-commit.ci autoupdate (#883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): pre-commit.ci autoupdate updates: - [github.com/pre-commit/mirrors-clang-format: v16.0.3 → v16.0.4](https://github.com/pre-commit/mirrors-clang-format/compare/v16.0.3...v16.0.4) * ci: drop 18.04 runner * ci: don't fail if codecov errors (it often does) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner Co-authored-by: Henry Schreiner --- .github/workflows/tests.yml | 13 +++---------- .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2ab5a666..f904d93f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,6 @@ jobs: - uses: codecov/codecov-action@v3 with: files: build/coverage.info - fail_ci_if_error: true functionalities: fixes clang-tidy: @@ -140,9 +139,9 @@ jobs: - name: Build run: meson compile -C build-meson - cmake-config-ubuntu-1804: - name: CMake config check (Ubuntu 18.04) - runs-on: ubuntu-18.04 + cmake-config-ubuntu-2004: + name: CMake config check (Ubuntu 20.04) + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 @@ -187,12 +186,6 @@ jobs: cmake-version: "3.10" if: success() || failure() - cmake-config-ubuntu-2004: - name: CMake config check (Ubuntu 20.04) - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v3 - - name: Check CMake 3.11 (full) uses: ./.github/actions/quick_cmake with: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index febf04dd..258ec55f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: debug-statements - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.3 + rev: v16.0.4 hooks: - id: clang-format types_or: [c++, c, cuda]