1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

windows 2019 runner deprecated - move to windows 2022

This commit is contained in:
Kelly Brazil
2025-07-24 13:08:15 -07:00
committed by GitHub
parent 6e49c87575
commit e737dde9e0

View File

@ -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: