From d33339ed5a280f10af2c6a72fefae3f61c3199c1 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 28 Mar 2024 22:12:18 -0500 Subject: [PATCH] Update common_tests.yml --- .github/workflows/common_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 2b56abe..ee3b515 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -4,7 +4,7 @@ jobs: CommonTests: strategy: fail-fast: false - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout uses: actions/checkout@v3