File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
pages :
10
- runs-on : ubuntu-18 .04
10
+ runs-on : ubuntu-22 .04
11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
- name : Generate code coverage
Original file line number Diff line number Diff line change 20
20
--features=intel-mkl-static
21
21
22
22
linux :
23
- runs-on : ubuntu-18 .04
23
+ runs-on : ubuntu-22 .04
24
24
steps :
25
25
- uses : actions/checkout@v1
26
26
- uses : actions-rs/cargo@v1
33
33
--features=intel-mkl-static
34
34
35
35
linux-container :
36
- runs-on : ubuntu-18.04
37
- container : ghcr.io/rust-math/intel-mkl-src/mkl-rust:1.49.0
36
+ runs-on : ubuntu-22.04
37
+ container :
38
+ image : ghcr.io/rust-math/rust-mkl:1.63.0-2020.1
38
39
steps :
39
40
- uses : actions/checkout@v1
40
41
- uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 13
13
matrix :
14
14
feature :
15
15
- static
16
- runs-on : ubuntu-18 .04
16
+ runs-on : ubuntu-22 .04
17
17
steps :
18
18
- uses : actions/checkout@v1
19
19
- name : apt install gfortran
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
linux :
11
- runs-on : ubuntu-18 .04
11
+ runs-on : ubuntu-22 .04
12
12
container :
13
13
image : rust
14
14
strategy :
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
check-format :
11
- runs-on : ubuntu-18 .04
11
+ runs-on : ubuntu-22 .04
12
12
steps :
13
13
- uses : actions/checkout@v1
14
14
- uses : actions-rs/cargo@v1
@@ -17,17 +17,17 @@ jobs:
17
17
args : -- --check
18
18
19
19
clippy :
20
- runs-on : ubuntu-18 .04
20
+ runs-on : ubuntu-22 .04
21
21
steps :
22
22
- uses : actions/checkout@v1
23
23
- uses : actions-rs/cargo@v1
24
24
with :
25
25
command : clippy
26
26
27
27
coverage :
28
- runs-on : ubuntu-18 .04
28
+ runs-on : ubuntu-22 .04
29
29
container :
30
- image : ghcr.io/rust-math/intel -mkl-src/mkl-rust :1.49.0
30
+ image : ghcr.io/rust-math/rust -mkl:1.63.0-2020.1
31
31
options : --security-opt seccomp=unconfined
32
32
steps :
33
33
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments