Skip to content

Commit

Permalink
Exclude CI tests for Windows with IDF 4.3 and 5.0
Browse files Browse the repository at this point in the history
These are tested with Ubuntu.
  • Loading branch information
mikee47 committed Jun 3, 2024
1 parent 3dade55 commit 724168a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
idf_version: "4.3"
- variant: esp32c2
idf_version: "4.4"
- idf_version: "4.3"
os: windows-latest
- idf_version: "5.0"
os: windows-latest

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ toJson(matrix) }}
Expand Down

0 comments on commit 724168a

Please sign in to comment.