Skip to content

Commit aa18926

Browse files
committed
Auto merge of #13377 - weihanglo:m1-runner, r=Muscraft
chore(ci): enable m1 runner
2 parents 54281b8 + b3ac10f commit aa18926

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ jobs:
139139
os: macos-latest
140140
rust: nightly
141141
other: x86_64-apple-ios
142+
- name: macOS aarch64 stable
143+
os: macos-14
144+
rust: stable
145+
other: x86_64-apple-darwin
142146
- name: Windows x86_64 MSVC stable
143147
os: windows-latest
144148
rust: stable-msvc

0 commit comments

Comments
 (0)