Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(tinyusb): Remove v5.0, 5.1 and 5.2 run verification
Browse files Browse the repository at this point in the history
roma-jam committed Dec 16, 2024
1 parent b8d5aa1 commit cf779ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_idf_examples.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
idf_ver: ["release-v5.3", "release-v5.4", "latest"]
idf_target: ["esp32s2"]
runner_tag: ["usb_device"]
runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}", "${{ matrix.runner_tag }}"]

0 comments on commit cf779ac

Please sign in to comment.