From a0805bfcd85724af826b24bb01506b621be311b4 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:07:41 +0530 Subject: [PATCH] Update common_tests.yml --- .github/workflows/common_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 92568ac..af47ac5 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: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v3 @@ -20,4 +20,4 @@ jobs: run: | Import-Module Pester Import-Module Assert - Invoke-Pester -EnableExit \ No newline at end of file + Invoke-Pester -EnableExit