Change CI toolchain to stable (#355)
parent
74ca327de6
commit
edd3c9768c
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: Rust toolchain
|
- name: Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
|
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
|
||||||
with:
|
with:
|
||||||
toolchain: "1.73.0"
|
toolchain: "stable"
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
|
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
UNSAFE_PYO3_SKIP_VERSION_CHECK: ${{ matrix.unsafe-pyo3-skip-version-check }}
|
UNSAFE_PYO3_SKIP_VERSION_CHECK: ${{ matrix.unsafe-pyo3-skip-version-check }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-2019]
|
||||||
python-version: ["3.12"]
|
python-version: ["3.12"]
|
||||||
allow-prereleases: [false]
|
allow-prereleases: [false]
|
||||||
unsafe-pyo3-skip-version-check: [0]
|
unsafe-pyo3-skip-version-check: [0]
|
||||||
|
@ -97,7 +97,7 @@ jobs:
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
|
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
|
||||||
with:
|
with:
|
||||||
toolchain: "1.73.0"
|
toolchain: "stable"
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # 2.7.3
|
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # 2.7.3
|
||||||
- run: python3 -m pip install nox
|
- run: python3 -m pip install nox
|
||||||
|
|
Loading…
Reference in New Issue