mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-11 08:50:31 +00:00
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:
4
.github/workflows/pip.yml
vendored
4
.github/workflows/pip.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user