Skip to content

Commit a5c87b6

Browse files
authored
chore: update OS matrix in inline-policy for tests-integ-release.yml (#1461)
Removed Windows from the OS matrix in the workflow.
1 parent 45a4164 commit a5c87b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-integ-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
os: [windows-latest, ubuntu-latest, macos-latest]
100+
os: [ubuntu-latest, macos-latest]
101101
runs-on: ${{ matrix.os }}
102102
name: Inline Policy Test
103103
steps:

0 commit comments

Comments
 (0)