Skip to content

Commit

Permalink
Add RP2350 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Nov 27, 2024
1 parent 9a622ff commit 99dc2b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
variant: [esp8266, host, rp2040]
variant: [esp8266, host, rp2040, rp2350]
toolchain: [gcc]
include:
- variant: esp8266
Expand All @@ -31,6 +31,8 @@ jobs:
toolchain: gcc64
- variant: rp2040
arch: Rp2040
- variant: rp2350
arch: Rp2040

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

0 comments on commit 99dc2b2

Please sign in to comment.