@@ -174,7 +174,7 @@ jobs:
174
174
matrix :
175
175
arch :
176
176
- name : arm64
177
- runner : macos-14
177
+ runner : macos-13
178
178
179
179
runs-on : ${{ matrix.arch.runner }}
180
180
permissions :
@@ -201,9 +201,6 @@ jobs:
201
201
echo "Applying ${patch}"
202
202
patch -p1 < $patch
203
203
done
204
- - uses : actions/setup-python@v5
205
- with :
206
- python-version : ' 3.11'
207
204
- name : Bootstrap
208
205
working-directory : ./connectedhomeip/
209
206
run : bash scripts/bootstrap.sh -p all,darwin
@@ -219,12 +216,12 @@ jobs:
219
216
chip_minmdns_default_policy=\"default\" \
220
217
chip_python_version=\"${{ needs.build_prepare.outputs.version }}\" \
221
218
chip_python_package_prefix=\"home-assistant-chip\" \
222
- chip_python_platform_tag=\"macosx_14_0 \" \
219
+ chip_python_platform_tag=\"macosx_13_0 \" \
223
220
"
224
221
scripts/run_in_build_env.sh "ninja -C ./out chip-repl"
225
222
- name : Run Python library specific unit tests
226
223
run : |
227
- scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_14_0_ ${{ matrix.arch.name }}.whl'
224
+ scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_13_0_ ${{ matrix.arch.name }}.whl'
228
225
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_clusters-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl'
229
226
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_repl-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl'
230
227
scripts/run_in_build_env.sh '(cd src/controller/python/test/unit_tests/ && python3 -m unittest -v)'
@@ -246,7 +243,7 @@ jobs:
246
243
TWINE_REPOSITORY : " pypi"
247
244
run : |
248
245
python3 -m pip install twine build
249
- python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_14_0_ ${{ matrix.arch.name }}.whl --skip-existing
246
+ python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_13_0_ ${{ matrix.arch.name }}.whl --skip-existing
250
247
- name : Upload wheels to Test PyPI
251
248
if : ${{ github.ref == 'refs/heads/main' }}
252
249
env :
@@ -255,4 +252,4 @@ jobs:
255
252
TWINE_REPOSITORY : " testpypi"
256
253
run : |
257
254
python3 -m pip install twine build
258
- python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_14_0_ ${{ matrix.arch.name }}.whl --skip-existing
255
+ python3 -m twine upload out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-macosx_13_0_ ${{ matrix.arch.name }}.whl --skip-existing
0 commit comments