Skip to content

Commit

Permalink
Attempt to make MsVisualC++ available
Browse files Browse the repository at this point in the history
Temporarily use windows-2022, since Microsoft Visual C++ is not
available on the Windows environment: actions/runner-images#5141.
  • Loading branch information
abravalheri committed Feb 25, 2022
1 parent 6193a69 commit 8e6de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- windows-latest
- windows-2019 # actions/virtual-environments#5141
include:
- platform: ubuntu-latest
python: "3.10"
Expand Down

0 comments on commit 8e6de80

Please sign in to comment.