aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-19 12:22:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-19 12:22:55 +0300
commit13888629d461c5c2faebd783ca8e847e606450e0 (patch)
tree8e7c32c65ba09acf4380f6396a5a852d94936ae0 /.github/workflows/ci_appveyor.yml
parentworkflows/basic: test w/ latest Python (diff)
downloadcmake-common-13888629d461c5c2faebd783ca8e847e606450e0.tar.gz
cmake-common-13888629d461c5c2faebd783ca8e847e606450e0.zip
workflows: use -latest images where appropriate
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci_appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml
index fd4494f..069eed5 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-2019
+ runs-on: windows-latest
name: '${{ matrix.platform }} / ${{ matrix.configuration }}'
defaults:
run: