Skip to content

Commit bb0610e

Browse files
authored
use python version shipped with Ubuntu 22.04 (#186)
1 parent 455f328 commit bb0610e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ runs:
116116
uses: actions/setup-python@v5
117117
id: setup-python
118118
with:
119-
python-version: '3.11'
119+
# use python version shipped with latest Ubuntu LTS
120+
python-version: '3.10'
120121
update-environment: false
121122

122123
- name: Install Linux clang dependencies

0 commit comments

Comments
 (0)