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 91846a0 commit a6205eaCopy full SHA for a6205ea
.github/workflows/intel-mkl.yml
@@ -35,7 +35,7 @@ jobs:
35
linux-container:
36
runs-on: ubuntu-22.04
37
container:
38
- image: ghcr.io/rust-math/rust-mkl:1.63.0-2020.1
+ image: ghcr.io/rust-math/rust-mkl:1.67.0-2020.1
39
steps:
40
- uses: actions/checkout@v1
41
- uses: actions-rs/cargo@v1
.github/workflows/rust.yml
@@ -45,7 +45,7 @@ jobs:
45
coverage:
46
47
48
+ image: ghcr.io/rust-math/rust-mkl:1.65.0-2020.1
49
options: --security-opt seccomp=unconfined
50
51
- uses: actions/checkout@v2
0 commit comments