Skip to content

Commit 1bd5ca4

Browse files
committed
fix(ci): run on windows
1 parent fce5c82 commit 1bd5ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
real_run:
2222
name: Run on ${{ matrix.os }}
2323
runs-on: ${{ matrix.os }}
24-
timeout-minutes: 2
24+
timeout-minutes: ${{ matrix.os == 'windows-latest' && 10 || 2 }}
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)