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

ci: 1.79 fixes (replace macos-latest stable with macos-latest 1.78) #1202

Merged
merged 16 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Revert "ci: add components to now-archived actions-rs/toolchain@v1"
This reverts commit f1c6f48.
dj8yf0μl committed Jun 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2fb5b69abcdb3220cb466b53ac358fa8ac141fbd
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
toolchain: [stable, 1.76.0]
toolchain: [1.78.0, 1.76.0]
steps:
- uses: actions/checkout@v3
- name: "${{ matrix.toolchain }} with rustfmt, and wasm32"
@@ -23,7 +23,6 @@ jobs:
toolchain: ${{ matrix.toolchain }}
default: true
target: wasm32-unknown-unknown
components: clippy, rust-docs
- uses: Swatinem/rust-cache@v1
# - name: Downgrade dependencies
# run: |