From b57dc5e3346747824dcb512cc99f94c14763cbab Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 25 Feb 2022 17:04:39 -0600 Subject: [PATCH] Switch back to windows-2019 on CI (#3854) Looks like windows-2022 is failing, let's perhaps pin for now? --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6bd953714..ad75d9006b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -215,8 +215,8 @@ jobs: include: - os: ubuntu-latest - os: macos-latest - - os: windows-latest - - os: windows-latest + - os: windows-2019 + - os: windows-2019 target: x86_64-pc-windows-gnu - os: ubuntu-latest target: aarch64-unknown-linux-gnu