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 dc6648f commit 825aa4dCopy full SHA for 825aa4d
.github/workflows/main.yml
@@ -139,6 +139,10 @@ jobs:
139
os: macos-latest
140
rust: nightly
141
other: x86_64-apple-ios
142
+ - name: macOS aarch64 stable
143
+ os: macos-14
144
+ rust: stable
145
+ other: x86_64-apple-darwin
146
- name: Windows x86_64 MSVC stable
147
os: windows-latest
148
rust: stable-msvc
0 commit comments