Skip to content

Commit d24a6f7

Browse files
chore(ci): bump macos-intel timeout (#1214)
1 parent c78bfb6 commit d24a6f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/per-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
test:
4747
name: Unit Tests
4848
# Give extra time to ensure pushes to main have time to populate the cache
49-
timeout-minutes: ${{ github.ref == 'refs/heads/master' && 20 || 15 }}
49+
timeout-minutes: ${{ matrix.timeoutMinutes || (github.ref == 'refs/heads/master' && 20 || 15) }}
5050
strategy:
5151
fail-fast: false
5252
matrix:
@@ -60,6 +60,7 @@ jobs:
6060
runsOn: macos-14
6161
- os: macos-intel
6262
runsOn: macos-15-intel
63+
timeoutMinutes: 20
6364
runs-on: ${{ matrix.runsOn || matrix.os }}
6465
steps:
6566
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)