From 87f5c38bfaf9ef84b7c9284ad3ec6d1d7cbf5f3b Mon Sep 17 00:00:00 2001 From: youkaichao Date: Fri, 6 Dec 2024 15:37:46 -0800 Subject: [PATCH] fix python 3.7 Signed-off-by: youkaichao --- .github/workflows/test_decompile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_decompile.yml b/.github/workflows/test_decompile.yml index ea975953..697d1a7f 100644 --- a/.github/workflows/test_decompile.yml +++ b/.github/workflows/test_decompile.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: