Skip to content

Commit 6ee9802

Browse files
committed
github: workflows: Use same python version as upstream
Use python 3.12 which is what upstream CI uses currently. Signed-off-by: Johan Hedberg <[email protected]>
1 parent ae9971c commit 6ee9802

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.13
23+
python-version: 3.12
2424

2525
- name: Setup Zephyr project
2626
uses: zephyrproject-rtos/action-zephyr-setup@v1

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: 3.13
43+
python-version: 3.12
4444

4545
- name: Setup Zephyr project
4646
uses: zephyrproject-rtos/action-zephyr-setup@v1

.github/workflows/upstream-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.13
19+
python-version: 3.12
2020

2121
- name: Update manifest to point at upstream main branch
2222
working-directory: zephyr-silabs

0 commit comments

Comments
 (0)