mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 06:45:13 +00:00
Use Windows runner
This commit is contained in:
parent
ea79ae73fe
commit
718aa89edf
4
.github/workflows/ci.yaml
vendored
4
.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
|
||||
target: x86_64-apple-darwin
|
||||
@ -118,7 +118,7 @@ jobs:
|
||||
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-20.04-16core
|
||||
steps:
|
||||
# Note that we are explicitly NOT checking out submodules, to validate
|
||||
# that we haven't accidentally enabled spirv-tools native compilation
|
||||
|
Loading…
Reference in New Issue
Block a user