diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 81ff440..b7a52e4 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -36,7 +36,7 @@ jobs: - name: Setup check run: | brew update - brew install clang-format@14 + brew install clang-format@15 brew install mint mint bootstrap diff --git a/README.md b/README.md index 73bcde5..6d2b3ad 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ GitHub Actions will verify that any code changes are done in a style compliant way. Install `clang-format` and `mint`: ```console -brew install clang-format@14 +brew install clang-format@15 brew install mint ```