We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec2128 commit 8a42d38Copy full SHA for 8a42d38
1 file changed
.github/workflows/compile-test.yml
@@ -14,8 +14,8 @@ jobs:
14
matrix:
15
# Test against both the original Pico and the new Pico 2 (RP2350)
16
board:
17
- - "rp2040:rp2040:pico"
18
- - "rp2040:rp2040:pico2"
+ - "rp2040:rp2040:rpipico"
+ - "rp2350:rp2350:rpipico2"
19
20
steps:
21
- name: Checkout Code
0 commit comments