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