Skip to content

Commit

Permalink
fix: add macos build to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jan 26, 2024
1 parent 7cae595 commit 106bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
run: rustup update "1.70.0" --no-self-update && rustup default "1.70.0"
- name: Install cargo-dist
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.8.1/cargo-dist-installer.sh | sh"
# Fetch artifacts from scratch-storage
Expand Down

0 comments on commit 106bbf2

Please sign in to comment.