From e68d5b780fcb30bda0e439bfb206f5be0690b0cd Mon Sep 17 00:00:00 2001 From: shubham-stepsecurity Date: Tue, 6 Aug 2024 18:16:45 +0530 Subject: [PATCH] remove build issues --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ff4204d..d439c60 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -65,8 +65,8 @@ jobs: uses: "./.github/workflows/test-os.yml" with: os: '["windows-2019", "windows-2022"]' - python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "installed"]' - include: '[{"os": "windows-2019", "python-version": "3.7"}]' + python-version: '["3.8", "3.9", "3.10", "3.11", "3.12"]' + include: '[{"os": "windows-2022", "python-version": "installed"}]' publish: name: "Publish"