Skip to content

Commit 8a42d38

Browse files
authored
Update board matrix in compile-test.yml
1 parent eec2128 commit 8a42d38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compile-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
matrix:
1515
# Test against both the original Pico and the new Pico 2 (RP2350)
1616
board:
17-
- "rp2040:rp2040:pico"
18-
- "rp2040:rp2040:pico2"
17+
- "rp2040:rp2040:rpipico"
18+
- "rp2350:rp2350:rpipico2"
1919

2020
steps:
2121
- name: Checkout Code

0 commit comments

Comments
 (0)