diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a88120..a89aaae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - runs-on: [ubuntu-latest, macos-latest, windows-2022] + runs-on: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v5