From c7a1b3f7caaeff48b96371d32a9919896ff5f49a Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:07:27 +0100 Subject: [PATCH] Use Mac ARM GH runner :-) (#20633) --- .github/workflows/build_all_the_things.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index 4776ea8cd..d85932592 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -47,7 +47,7 @@ jobs: path: ./build_output os-check-mac: - runs-on: macOS-12 + runs-on: macOS-14 if: github.repository == 'arendst/Tasmota' strategy: fail-fast: true @@ -59,7 +59,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.11' - name: Install dependencies run: | pip install wheel