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 77
88jobs :
99 pages :
10- runs-on : ubuntu-18 .04
10+ runs-on : ubuntu-22 .04
1111 steps :
1212 - uses : actions/checkout@v2
1313 - name : Generate code coverage
Original file line number Diff line number Diff line change 2020 --features=intel-mkl-static
2121
2222 linux :
23- runs-on : ubuntu-18 .04
23+ runs-on : ubuntu-22 .04
2424 steps :
2525 - uses : actions/checkout@v1
2626 - uses : actions-rs/cargo@v1
3333 --features=intel-mkl-static
3434
3535 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
3839 steps :
3940 - uses : actions/checkout@v1
4041 - uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 1313 matrix :
1414 feature :
1515 - static
16- runs-on : ubuntu-18 .04
16+ runs-on : ubuntu-22 .04
1717 steps :
1818 - uses : actions/checkout@v1
1919 - name : apt install gfortran
Original file line number Diff line number Diff line change 88
99jobs :
1010 linux :
11- runs-on : ubuntu-18 .04
11+ runs-on : ubuntu-22 .04
1212 container :
1313 image : rust
1414 strategy :
Original file line number Diff line number Diff line change 88
99jobs :
1010 check-format :
11- runs-on : ubuntu-18 .04
11+ runs-on : ubuntu-22 .04
1212 steps :
1313 - uses : actions/checkout@v1
1414 - uses : actions-rs/cargo@v1
@@ -17,17 +17,17 @@ jobs:
1717 args : -- --check
1818
1919 clippy :
20- runs-on : ubuntu-18 .04
20+ runs-on : ubuntu-22 .04
2121 steps :
2222 - uses : actions/checkout@v1
2323 - uses : actions-rs/cargo@v1
2424 with :
2525 command : clippy
2626
2727 coverage :
28- runs-on : ubuntu-18 .04
28+ runs-on : ubuntu-22 .04
2929 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
3131 options : --security-opt seccomp=unconfined
3232 steps :
3333 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments