Skip to content

Commit a6205ea

Browse files
author
Christian Günther
committed
update ci rust versions to fullfill MSRV of the dependencies
1 parent 91846a0 commit a6205ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/intel-mkl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
linux-container:
3636
runs-on: ubuntu-22.04
3737
container:
38-
image: ghcr.io/rust-math/rust-mkl:1.63.0-2020.1
38+
image: ghcr.io/rust-math/rust-mkl:1.67.0-2020.1
3939
steps:
4040
- uses: actions/checkout@v1
4141
- uses: actions-rs/cargo@v1

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
coverage:
4646
runs-on: ubuntu-22.04
4747
container:
48-
image: ghcr.io/rust-math/rust-mkl:1.63.0-2020.1
48+
image: ghcr.io/rust-math/rust-mkl:1.65.0-2020.1
4949
options: --security-opt seccomp=unconfined
5050
steps:
5151
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)