From ce927df39a9fc96a27e3a4e448c80abdac28b704 Mon Sep 17 00:00:00 2001 From: wasd96040501 Date: Mon, 20 Jan 2025 17:29:35 +0800 Subject: [PATCH 1/2] feat: 22.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc52a26..52dbd98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: python-version: [ "3.7","3.8", "3.9", "3.10", "3.11", "3.12" ] - os: [ "ubuntu-latest" ] + os: [ "ubuntu-22.04" ] os-label: [ "Ubuntu" ] include: - { python-version: "3.8", os: "windows-latest", os-label: "Windows" } From ac74545beda8a5a79c32d45c79a1ec71eecb061f Mon Sep 17 00:00:00 2001 From: wasd96040501 Date: Mon, 20 Jan 2025 17:33:34 +0800 Subject: [PATCH 2/2] fix: seperate 22.04 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52dbd98..a9ea562 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,13 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.7","3.8", "3.9", "3.10", "3.11", "3.12" ] - os: [ "ubuntu-22.04" ] + python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] + os: [ "ubuntu-latest" ] os-label: [ "Ubuntu" ] include: - { python-version: "3.8", os: "windows-latest", os-label: "Windows" } - { python-version: "3.8", os: "macos-latest", os-label: "macOS" } + - { python-version: "3.7", os: "ubuntu-22.04", os-label: "Ubuntu" } steps: - uses: actions/checkout@v3 - name: Set up Python