Skip to content

Commit

Permalink
Faster Windows CI with 16 core runners
Browse files Browse the repository at this point in the history
Attempted this back in #923 & 718aa89  but ran into some unknown issues with it. This attempts it again to see if GitHub has resolved the issues.
  • Loading branch information
repi authored and eddyb committed Apr 24, 2023
1 parent ad4732b commit a64857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- os: ubuntu-20.04-16core
target: x86_64-unknown-linux-gnu
- os: windows-latest
- os: windows-2022-16core
target: x86_64-pc-windows-msvc
- os: macOS-latest-xl
target: x86_64-apple-darwin
Expand Down

0 comments on commit a64857a

Please sign in to comment.