From 08d15f6377dbd115a0fce23693a7f3b1294d4c60 Mon Sep 17 00:00:00 2001 From: Lars Ivar Hatledal Date: Mon, 4 Apr 2022 22:01:07 +0200 Subject: [PATCH] Update ci-conan.yml (#13) --- .github/workflows/ci-conan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index c597ef0..7975e65 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2016, windows-2019] + os: [windows-2019, windows-2022] build_type: [Debug, Release] option_shared: ['True', 'False'] steps: