From a64857af0247dabdf08103b9c91ce0355c6530b8 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Mon, 24 Apr 2023 20:00:19 +0200 Subject: [PATCH] Faster Windows CI with 16 core runners Attempted this back in #923 & 718aa89edf61e2e6123ab9f8f1013577fe2bbc6e but ran into some unknown issues with it. This attempts it again to see if GitHub has resolved the issues. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51ba775d3f..86cf327103 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-xl target: x86_64-apple-darwin