From 718aa89edf61e2e6123ab9f8f1013577fe2bbc6e Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 30 Sep 2022 00:41:02 +0200 Subject: [PATCH] Use Windows runner --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38d8b8f168..7e470c7dc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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