Skip to content

Commit 72b86b2

Browse files
committed
Use 1.56.0-1 image
1 parent 8f539ef commit 72b86b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/intel-mkl-tool.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ jobs:
4444
image:
4545
- mkl-rust
4646
- mkl-ubuntu
47-
- mkl-centos
4847
test:
4948
- seek_opt_intel
5049
- pkg_config
5150
runs-on: ubuntu-22.04
5251
container:
53-
image: ghcr.io/rust-math/intel-mkl-src/${{ matrix.image }}:1.56.0
52+
image: ghcr.io/rust-math/intel-mkl-src/${{ matrix.image }}:1.56.0-1
5453
steps:
5554
- uses: actions/checkout@v1
5655
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)