From e737dde9e09de2204f4258ad63d2e177ab17a9cd Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 24 Jul 2025 13:08:15 -0700 Subject: [PATCH] windows 2019 runner deprecated - move to windows 2022 --- .github/workflows/pythonapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: