From 477b6f676b3244fa3e524fb48c9226157407e2b3 Mon Sep 17 00:00:00 2001 From: FateScript Date: Sun, 8 Jun 2025 11:38:11 +0800 Subject: [PATCH] fix: update image os version --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd42e03f8a..11f7304012 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,10 +13,10 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: - python-version: [3.7, 3.8] + python-version: ["3.8", "3.9", "3.10"] # Steps represent a sequence of tasks that will be executed as part of the job steps: