From 1d4ffe137437f496faf3ef7728c0f661ef0bcd17 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 4 Nov 2024 12:16:00 +0000 Subject: [PATCH] CI: Retarget pimoroni-pico to main. --- .github/workflows/micropython.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 1237331..0991a2d 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -9,7 +9,7 @@ on: env: MICROPYTHON_VERSION: feature/spicy-wifi MICROPYTHON_FLAVOUR: pimoroni - PIMORONI_PICO_VERSION: feature/sdk-2.0.0 + PIMORONI_PICO_VERSION: main jobs: build: