We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d29f4 commit d68ececCopy full SHA for d68ecec
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: install Rust stable
36
uses: dtolnay/rust-toolchain@stable
37
with:
38
- targets: aarch64-apple-darwin
+ targets: aarch64-apple-darwin,x86_64-apple-darwin
39
40
- name: install dependencies (ubuntu only)
41
if: matrix.settings.platform == 'ubuntu-22.04'
0 commit comments