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.
1 parent e70cbd7 commit 59f38c6Copy full SHA for 59f38c6
.github/workflows/CI.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
test:
12
+ timeout-minutes: 10
13
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - provider ${{ matrix.provider }} - ${{ matrix.threads }} thread(s)
14
runs-on: ${{ matrix.os }}
15
env:
Project.toml
@@ -15,7 +15,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
AbstractFFTs = "1.0"
16
FFTW_jll = "3.3"
17
IntelOpenMP_jll = "2018.0.3"
18
-MKL_jll = "2019.0.117, 2020"
+MKL_jll = "2019.0.117, 2020, 2021"
19
Reexport = "0.2, 1.0"
20
julia = "1.3"
21
0 commit comments