Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use windows-2019 for GitHub Actions jobs
The windows-latest GitHub Actions virtual environment just switched from windows-2019 to windows-2022. The windows-2022 virtual environment cannot build Python C extensions (see actions/runner-images#5141). As a temporary workaround, switch to using windows-2019. Fixes scientific-python#177.
- Loading branch information