Skip to content

Commit

Permalink
Fix incorrect macOS rust toolchain triple
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Feb 3, 2024
1 parent bff5d4f commit 687b8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: matrix.os == 'macos-latest'
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin, x86-64-apple-darwin
targets: aarch64-apple-darwin, x86_64-apple-darwin

- name: Install Rust for Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 687b8e5

Please sign in to comment.