From ea6905dc579630efedbc7564bcd27189d4069f3a Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 11 May 2024 17:30:19 +0000 Subject: [PATCH] Try to use windows-2019 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f0e921f7..d11f02d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: include: - os: ubuntu-latest rust: 1.78.0 - - os: windows-2022 + - os: windows-2019 rust: 1.78.0 - os: macos-latest rust: 1.78.0