s/windows-2022/windows-latest/ in .github/workflows/{ci,pip}.yml (#5826)

Per request from @rwgk: https://github.com/pybind/pybind11/pull/5825#issuecomment-3256438901
This commit is contained in:
Scott Wolchok
2025-09-04 20:39:33 -07:00
committed by GitHub
parent ef0f1ff5f1
commit 852a4b5010
2 changed files with 12 additions and 12 deletions

View File

@@ -19,8 +19,8 @@ jobs:
# This builds the sdists and wheels and makes sure the files are exactly as
# expected.
test-packaging:
name: 🐍 3.8 • 📦 tests • windows-latest
runs-on: windows-latest
name: 🐍 3.8 • 📦 tests • windows-2022
runs-on: windows-2022
steps:
- uses: actions/checkout@v5