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]