mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 08:14:12 +00:00
Faster Windows CI with 16 core runners
Attempted this back in #923 & 718aa89edf
but ran into some unknown issues with it. This attempts it again to see if GitHub has resolved the issues.
This commit is contained in:
parent
ad4732b899
commit
a64857af02
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user