Skip to content

Commit 1284e22

Browse files
committed
Use Python 3.11
1 parent dc22c6c commit 1284e22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,12 @@ jobs:
214214
ls -l /usr/bin/python*
215215
- name: Bootstrap
216216
working-directory: ./connectedhomeip/
217-
run: bash scripts/bootstrap.sh -p all,darwin
217+
run: |
218+
alias python='python3.11'
219+
bash scripts/bootstrap.sh -p all,darwin
218220
- name: Setup Build, Run Build and Run Tests
219221
run: |
222+
alias python='python3.11'
220223
scripts/build/gn_gen.sh --args=" \
221224
chip_crypto=\"boringssl\"
222225
enable_rtti=true \

0 commit comments

Comments
 (0)