Skip to content

Commit

Permalink
Debug MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Sep 13, 2024
1 parent 7eaeb1d commit cb226b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit cb226b7

Please sign in to comment.