From 4e9854204c1e1658747e840e667ebd48070de009 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 31 Jul 2022 17:45:46 -0400 Subject: [PATCH] Github actions deprecated windows-2016, switching to windows-2019 --- .github/workflows/build_cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cpp.yml b/.github/workflows/build_cpp.yml index 29c5bc54d..e2d5f9eb8 100644 --- a/.github/workflows/build_cpp.yml +++ b/.github/workflows/build_cpp.yml @@ -114,8 +114,8 @@ jobs: - name: Build ancillary tools run: cmake --build ${{ env.build_dir }} --config ${{ env.config }} --target imglab htmlify dtoc --parallel 4 - windows-2016: - runs-on: 'windows-2016' + windows-2019: + runs-on: 'windows-2019' steps: - uses: actions/checkout@v2 - name: Configure