From a5c87b6a6b5dc3891274776bac5abe25c7d82e49 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:18:16 -0700 Subject: [PATCH] chore: update OS matrix in inline-policy for tests-integ-release.yml (#1461) Removed Windows from the OS matrix in the workflow. --- .github/workflows/tests-integ-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-integ-release.yml b/.github/workflows/tests-integ-release.yml index eca1706..1827d99 100644 --- a/.github/workflows/tests-integ-release.yml +++ b/.github/workflows/tests-integ-release.yml @@ -97,7 +97,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} name: Inline Policy Test steps: