From 7454073163f2bff78a97875afd85d38007ba6550 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:29:23 +0100 Subject: [PATCH] Upse Python 3.10 --- .github/workflows/build-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 55d80073..71cc67ae 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -90,9 +90,9 @@ jobs: steps: - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.10' - name: Install PlatformIO run: |