Skip to content

Commit 2fbf6d8

Browse files
authored
Update build-test-rust-minimappers2.yaml
1 parent 121f3e0 commit 2fbf6d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-rust-minimappers2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
submodules: 'recursive'
3232
- uses: actions/setup-python@v4
3333
with:
34-
python-version: '3.7'
34+
python-version: '3.9'
3535

3636
- name: Test build
3737
uses: messense/maturin-action@v1
3838
env:
3939
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
4040
with:
41-
rust-toolchain: nightly-2023-10-15
42-
maturin-version: '1.4.0'
41+
rust-toolchain: nightly-2025-01-08
42+
maturin-version: '1.8.0'
4343
command: build
4444
args: -m minimappers2/Cargo.toml

0 commit comments

Comments
 (0)