From 849381dfdec8c52d7fa3b17a2f179410776bd058 Mon Sep 17 00:00:00 2001 From: Levi Jamt Date: Tue, 5 Apr 2022 13:47:52 +0200 Subject: [PATCH] replacing win2016 image with win2019 (#202) Co-authored-by: Levi Jamt --- .github/workflows/ci-cosim-demo-app.yml | 2 +- conanfile.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cosim-demo-app.yml b/.github/workflows/ci-cosim-demo-app.yml index bc8b1cf..5e9a05a 100644 --- a/.github/workflows/ci-cosim-demo-app.yml +++ b/.github/workflows/ci-cosim-demo-app.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, windows-2016] + os: [ubuntu-18.04, windows-2019] env: CONAN_LOGIN_USERNAME_OSP: ${{ secrets.osp_artifactory_usr }} diff --git a/conanfile.txt b/conanfile.txt index 84439d2..ec5a16c 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,7 +1,7 @@ [generators] [requires] -libcosimc/0.8.3@osp/stable +libcosimc/0.9.0@osp/testing [options] libcosim:proxyfmu=True