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 80fc9f9 commit 14c1db1Copy full SHA for 14c1db1
.github/workflows/ci.yaml
@@ -95,12 +95,12 @@ jobs:
95
- uses: actions/checkout@v4
96
- uses: dtolnay/rust-toolchain@master
97
with:
98
- toolchain: 1.71.1 # BLAS MSRV
+ toolchain: 1.76.0 # BLAS MSRV
99
- uses: rui314/setup-mold@v1
100
- uses: Swatinem/rust-cache@v2
101
- name: Install openblas
102
run: sudo apt-get install libopenblas-dev gfortran
103
- - run: ./scripts/blas-integ-tests.sh 1.71.1
+ - run: ./scripts/blas-integ-tests.sh 1.76.0
104
105
miri:
106
runs-on: ubuntu-latest
0 commit comments