From f88048762eccc40057f5e9be254aca366cd474b1 Mon Sep 17 00:00:00 2001 From: zphinx Date: Mon, 4 May 2026 05:17:37 +0200 Subject: [PATCH] fix: remove python3.11-venv, runner uses python3.12 on Ubuntu Noble --- .gitea/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index d0a30e3..a5f3354 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -61,8 +61,7 @@ jobs: run: | if command -v apt-get >/dev/null 2>&1; then apt-get update - apt-get install -y python3 python3-pip python3-venv python3.11-venv patchelf ccache || true - apt-get install -y patchelf ccache + apt-get install -y python3 python3-pip python3-venv patchelf ccache elif command -v dnf >/dev/null 2>&1; then dnf install -y python3 python3-pip python3-devel patchelf ccache fi