From b11bac23b4521ab1b9764c831547ecfdf186f46c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 6 Apr 2022 18:18:04 +0800 Subject: [PATCH] try windows latest (#298) --- .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 1afe58fe01a..75109aa6256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - target: x86_64-pc-windows-msvc rust: stable-msvc name: Windows - runs-on: windows-2019 + runs-on: windows-latest steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1