chore: update OS matrix in inline-policy for tests-integ-release.yml (#1461)

Removed Windows from the OS matrix in the workflow.
This commit is contained in:
Tom Keller
2025-08-29 17:18:16 -07:00
committed by GitHub
parent 45a41642bb
commit a5c87b6a6b

View File

@@ -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: