diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 75f17cfa..c2775164 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, windows-2019] + os: [macos-13, windows-2022] python-version: ["3.6"] steps: @@ -42,7 +42,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, ubuntu-22.04, windows-2019] + os: [macos-13, ubuntu-22.04, windows-2022] python-version: ["3.7", "3.8", "3.9", "3.10"] steps: