Bump python version in workflow
Some checks failed
PlatformIO CI / build (push) Failing after 6s

This commit is contained in:
2024-04-09 09:48:12 +10:00
parent 80a5764943
commit c8b40eac30

View File

@@ -16,7 +16,7 @@ jobs:
key: ${{ runner.os }}-pio key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.11' python-version: '3.12'
- name: Install PlatformIO Core - name: Install PlatformIO Core
run: pip install --upgrade platformio run: pip install --upgrade platformio