Skip to content

Commit 7b7aaca

Browse files
committed
ci: when testing, install python 3.12, required by zephyr now
Zephyr now requires python 3.12, so install this version when testing the SDK. Signed-off-by: Anas Nashif <[email protected]>
1 parent 97e45bf commit 7b7aaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,9 +1456,9 @@ jobs:
14561456
- name: Set up Python
14571457
uses: actions/setup-python@v5
14581458
with:
1459-
# Force Python 3.10, which is the minimum Python version supported by
1459+
# Force Python 3.12, which is the minimum Python version supported by
14601460
# Zephyr and intended to be used with Zephyr SDK.
1461-
python-version: '3.10'
1461+
python-version: '3.12'
14621462

14631463
- name: Set up test environment (Linux)
14641464
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)