From 89fe02bf9b89c1fc7d293ef683b199714b01d100 Mon Sep 17 00:00:00 2001 From: "Thomas H. Evang" Date: Fri, 15 Aug 2025 13:18:09 +0200 Subject: [PATCH] Update ci-conan.yml Updated to Windows runner 2025 --- .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 b83c7ee..8663ed0 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -57,7 +57,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019] + os: [windows-2025] build_type: [Debug, Release] option_proxyfmu: ['proxyfmu=True', 'proxyfmu=False']