Skip to content

Commit f474ea9

Browse files
committed
Changing to remove windows from running the presubmits, I'll create an issue to fix the tests on windows.
1 parent e400a32 commit f474ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
unit-tests:
3434
strategy:
3535
matrix:
36-
os: [ ubuntu-latest, macos-latest, windows-latest ]
36+
os: [ ubuntu-latest, macos-latest ]
3737
runs-on: ${{ matrix.os }} # Use the OS from the matrix
3838
steps:
3939
- name: Checkout code

0 commit comments

Comments
 (0)