From e0fb9227a2a027b1f42c4565a7a86ded40bdf8e2 Mon Sep 17 00:00:00 2001 From: tony Date: Mon, 25 Jul 2022 17:14:44 +0800 Subject: [PATCH] ci: specify version of windwos to fix build issues --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f5f0cf09..9253f260 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [self_mac_11.0, ubuntu-18.04, windows-latest] + os: [self_mac_11.0, ubuntu-18.04, windows-2019] steps: - uses: actions/checkout@v2