MicroPython: Bump CI to v1.19.

This commit is contained in:
Phil Howard 2022-06-16 14:49:06 +01:00
parent 5d968a5463
commit 3cd64747b2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
types: [created]
env:
MICROPYTHON_VERSION: v1.18
MICROPYTHON_VERSION: v1.19
BOARD_TYPE: PICO
# MicroPython version will be contained in github.event.release.tag_name for releases
RELEASE_FILE: pimoroni-badger2040-${{github.event.release.tag_name || github.sha}}-micropython.uf2

View File

@ -7,7 +7,7 @@ on:
types: [created]
env:
MICROPYTHON_VERSION: v1.18
MICROPYTHON_VERSION: v1.19
jobs:
deps: