mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Use Mac ARM GH runner :-) (#20633)
This commit is contained in:
parent
717873eac7
commit
c7a1b3f7ca
4
.github/workflows/build_all_the_things.yml
vendored
4
.github/workflows/build_all_the_things.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user