Skip to content

Commit d356713

Browse files
Merge pull request #3739 from CliMA/dy/bump_ci_times
Adjust CI to avoid timeouts
2 parents 7437cef + 98b682f commit d356713

File tree

2 files changed

+6
-52
lines changed

2 files changed

+6
-52
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
name: ci ${{ matrix.version }} - ${{ matrix.os }}
2020
runs-on: ${{ matrix.os }}
21-
timeout-minutes: 45
21+
timeout-minutes: ${{ matrix.timeout }}
2222
strategy:
2323
fail-fast: false
2424
matrix:
@@ -29,6 +29,11 @@ jobs:
2929
- ubuntu-latest
3030
- macOS-latest
3131
- windows-latest
32+
include:
33+
- version: '1.10'
34+
timeout: 45
35+
- version: '1.11'
36+
timeout: 60
3237
steps:
3338
- uses: actions/checkout@v4
3439
- uses: julia-actions/setup-julia@v2

.github/workflows/lookahead.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)