From bb0610e1deae636c111f86d8839c04b916ba67ef Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Fri, 2 Feb 2024 12:51:43 -0800 Subject: [PATCH] use python version shipped with Ubuntu 22.04 (#186) --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 700e1d2b..7cfd6d9f 100644 --- a/action.yml +++ b/action.yml @@ -116,7 +116,8 @@ runs: uses: actions/setup-python@v5 id: setup-python with: - python-version: '3.11' + # use python version shipped with latest Ubuntu LTS + python-version: '3.10' update-environment: false - name: Install Linux clang dependencies