We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7437cef + 98b682f commit d356713Copy full SHA for d356713
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
test:
19
name: ci ${{ matrix.version }} - ${{ matrix.os }}
20
runs-on: ${{ matrix.os }}
21
- timeout-minutes: 45
+ timeout-minutes: ${{ matrix.timeout }}
22
strategy:
23
fail-fast: false
24
matrix:
@@ -29,6 +29,11 @@ jobs:
29
- ubuntu-latest
30
- macOS-latest
31
- windows-latest
32
+ include:
33
+ - version: '1.10'
34
+ timeout: 45
35
+ - version: '1.11'
36
+ timeout: 60
37
steps:
38
- uses: actions/checkout@v4
39
- uses: julia-actions/setup-julia@v2
.github/workflows/lookahead.yml
0 commit comments