From cb226b734d8bbc8d5d47326535933c93ff16bcf2 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 13 Sep 2024 14:13:21 +0300 Subject: [PATCH] Debug MacOS --- .github/workflows/core.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 1539507541..588f5e6d26 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-latest, macos-latest] + os: [macos-latest, macos-latest-large] python-version: ["3.11"] exclude: - os: macos-latest @@ -46,3 +46,8 @@ jobs: run: | tox -e testcore + - name: Run clang-tidy + if: ${{ matrix.python-version == '3.11' }} + run: | + ~/.platformio/packages/tool-clangtidy/clang-tidy --version +