From 3f5ced2d3201d8e3642f522e4a949d6d333354fd Mon Sep 17 00:00:00 2001 From: muthuja <127753948+muthuja@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:21:30 +0530 Subject: [PATCH] readd win10 platform to the pipeline (#141) Signed-off-by: muthuja --- .expeditor/adhoc-canary.omnibus.yml | 2 +- .expeditor/release.omnibus.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/adhoc-canary.omnibus.yml b/.expeditor/adhoc-canary.omnibus.yml index 08271d4..14fa76b 100644 --- a/.expeditor/adhoc-canary.omnibus.yml +++ b/.expeditor/adhoc-canary.omnibus.yml @@ -91,5 +91,5 @@ builder-to-testers-map: - windows-2016-x86_64 - windows-2019-x86_64 - windows-2022-x86_64 - #- windows-10-x86_64 + - windows-10-x86_64 - windows-11-x86_64 \ No newline at end of file diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 3920f1b..1253005 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -93,5 +93,5 @@ builder-to-testers-map: - windows-2012r2-x86_64 - windows-2016-x86_64 - windows-2022-x86_64 - #- windows-10-x86_64 + - windows-10-x86_64 - windows-11-x86_64