Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update rattler #1270

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
submodules: recursive
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.80.0"
toolchain: "1.81.0"
components: clippy,rustfmt
- uses: Swatinem/rust-cache@v2
- name: Check
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# os: ubuntu-22.04
# use-cross: true
- target: powerpc64le-unknown-linux-gnu
os: ubuntu-22.04
os: 8core_ubuntu_latest_runner
use-cross: true
- target: x86_64-apple-darwin
os: macos-13
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.80.0"
toolchain: "1.81.0"
targets: ${{ matrix.target }}

- name: Install musl-gcc
Expand Down
Loading
Loading