Skip to content

Commit 8952b44

Browse files
committed
CI: Force python version 3.12
There are occasionally setup failures that happen with some of the github worker images using python 3.11. Fix this by always using 3.12 of python. Signed-off-by: David Brown <[email protected]>
1 parent e3518de commit 8952b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.11
39+
python-version: 3.12
4040

4141
- name: Setup Zephyr project
4242
uses: zephyrproject-rtos/action-zephyr-setup@v1

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: 3.11
29+
python-version: 3.12
3030

3131
- name: Setup Zephyr project
3232
uses: zephyrproject-rtos/action-zephyr-setup@v1

0 commit comments

Comments
 (0)