From 7cf76044421b7827136e0c0d2afb92a5913b3935 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 11 May 2024 16:57:15 +0000 Subject: [PATCH] ci: run Rust tests on windows-2022 instead of windows-latest --- .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 a6b8ed332..2f0e921f7 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-latest + - os: windows-2022 rust: 1.78.0 - os: macos-latest rust: 1.78.0