diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-07 01:31:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-07 01:31:03 +0300 |
commit | 9fa3bde9929f9885a07bd0e988800298be954b30 (patch) | |
tree | fa7a67bf580bb10fedaa22661d25a03ee61cafb6 | |
parent | workflows/boost_download: same versions as boost_toolsets (diff) | |
download | cmake-common-9fa3bde9929f9885a07bd0e988800298be954b30.tar.gz cmake-common-9fa3bde9929f9885a07bd0e988800298be954b30.zip |
workflows/ci_appveyor: fix runner image
It's important thanks to %APPVEYOR_BUILD_WORKER_IMAGE%.
-rw-r--r-- | .github/workflows/ci_appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |