From 345045785f7e68a01a0dbfae28b7fc1bf7605a55 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Fri, 2 Feb 2024 10:24:34 -0800 Subject: [PATCH] use python version shipped with Ubuntu 22.04 --- 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