From ed5cb9a9decc222461d4b13e43fcec68e581822f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Mon, 25 Mar 2024 21:19:35 -0300 Subject: [PATCH] upd ci - c5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e3cd05..7aba994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: runs-on: [ubuntu-latest] - target: [esp32, esp32s2, esp32s3, esp32c3, esp32h2, esp32c61, esp32p4] + target: [esp32, esp32s2, esp32s3, esp32c3, esp32h2, esp32c5, esp32p4] runs-on: ${{ matrix.runs-on }} steps: - uses: actions/checkout@v4