Use Windows runner

This commit is contained in:
Johan Andersson 2022-09-30 00:41:02 +02:00 committed by GitHub
parent ea79ae73fe
commit 718aa89edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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