update workflows to use new pio builds

This commit is contained in:
proddy
2025-10-23 22:35:57 +02:00
parent e685284f72
commit 8bb16ed3a7
5 changed files with 39 additions and 33 deletions

View File

@@ -20,12 +20,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install python 3.11
uses: actions/setup-python@v5
- name: Install python 3.13
uses: actions/setup-python@v6
with:
python-version: '3.11'
python-version: '3.13'
- name: Install PlatformIO
run: |