1
0
Fork 0
mirror of synced 2026-06-05 16:18:19 +00:00

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
commit a5c87b6a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: