From 81b363f2cbda2613ba7eec0452546b21ff3133f5 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:41:21 +0200 Subject: [PATCH 1/2] add python version --- .github/workflows/Tasmota_build_devel.yml | 4 ++++ .github/workflows/Tasmota_build_master.yml | 4 ++++ .github/workflows/build_all_the_things.yml | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index f2bee6281..5e7d7145a 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -60,6 +60,8 @@ jobs: ref: development - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel @@ -85,6 +87,8 @@ jobs: ref: development - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index cbfeaaa28..133e4502c 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -59,6 +59,8 @@ jobs: ref: master - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel @@ -84,6 +86,8 @@ jobs: ref: master - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index a5ec83b28..f169b8d08 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -29,6 +29,8 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel @@ -55,6 +57,8 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel @@ -112,6 +116,8 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel @@ -138,6 +144,8 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install dependencies run: | pip install wheel From e4b9ef601475c5e45fa31c509477bd8dfd9059fa Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:00:37 +0200 Subject: [PATCH 2/2] macOS-12 --- .github/workflows/build_all_the_things.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index f169b8d08..15b07ba1b 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -46,7 +46,7 @@ jobs: path: ./build_output os-check-mac: - runs-on: macos-latest + runs-on: macOS-12 if: github.repository == 'arendst/Tasmota' strategy: fail-fast: true