From b8f8aa987b8fd497614f96810351d747f701eb05 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 21 Jan 2022 21:54:34 +0900 Subject: [PATCH] Use windows-2019 instead of windows-latest --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b344bda6..d425ad03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - rust: nightly os: macos-10.15 - rust: nightly - os: windows-latest + os: windows-2019 runs-on: ${{ matrix.os || 'ubuntu-18.04' }} steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f6a658d..c05be8ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - target: x86_64-apple-darwin os: macos-10.15 - target: x86_64-pc-windows-msvc - os: windows-latest + os: windows-2019 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2