From 33134255ae5e6f056f13ca0c7af74f1f27414bed Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 12 May 2024 02:19:06 +0000 Subject: [PATCH] Test windows with Rust 1.77 --- .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..764f9f912 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - os: ubuntu-latest rust: 1.78.0 - os: windows-latest - rust: 1.78.0 + rust: 1.77.0 - os: macos-latest rust: 1.78.0