Skip to content

Commit 14c1db1

Browse files
committed
Nope, it's 1.76
1 parent 80fc9f9 commit 14c1db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ jobs:
9595
- uses: actions/checkout@v4
9696
- uses: dtolnay/rust-toolchain@master
9797
with:
98-
toolchain: 1.71.1 # BLAS MSRV
98+
toolchain: 1.76.0 # BLAS MSRV
9999
- uses: rui314/setup-mold@v1
100100
- uses: Swatinem/rust-cache@v2
101101
- name: Install openblas
102102
run: sudo apt-get install libopenblas-dev gfortran
103-
- run: ./scripts/blas-integ-tests.sh 1.71.1
103+
- run: ./scripts/blas-integ-tests.sh 1.76.0
104104

105105
miri:
106106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)