From 4e7e64a65a7157de93de0614bbbae31c6dee5dd6 Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Fri, 29 Nov 2024 16:51:59 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20try=20windows-latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cd8e53..b596f59 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-12, windows-2022] + os: [ubuntu-20.04, macos-12, windows-latest] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12","3.13"] runs-on: ${{ matrix.os }} steps: