We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce5c82 commit 1bd5ca4Copy full SHA for 1bd5ca4
.github/workflows/lib_run.yml
@@ -21,7 +21,7 @@ jobs:
21
real_run:
22
name: Run on ${{ matrix.os }}
23
runs-on: ${{ matrix.os }}
24
- timeout-minutes: 2
+ timeout-minutes: ${{ matrix.os == 'windows-latest' && 10 || 2 }}
25
strategy:
26
matrix:
27
os: [ubuntu-latest, windows-latest, macos-latest]
0 commit comments