From 9fa3bde9929f9885a07bd0e988800298be954b30 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 7 Jan 2022 01:31:03 +0300 Subject: workflows/ci_appveyor: fix runner image It's important thanks to %APPVEYOR_BUILD_WORKER_IMAGE%. --- .github/workflows/ci_appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml index 069eed5..fd4494f 100644 --- a/.github/workflows/ci_appveyor.yml +++ b/.github/workflows/ci_appveyor.yml @@ -17,7 +17,7 @@ jobs: matrix: platform: [Win32, x64] configuration: [Debug, Release] - runs-on: windows-latest + runs-on: windows-2019 name: '${{ matrix.platform }} / ${{ matrix.configuration }}' defaults: run: -- cgit v1.2.3