File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Execute run-docker.sh
2727 run : LIBC_CI=1 sh ./ci/run-docker.sh ${{ matrix.target }}
2828
29- macos :
29+ macos1 :
3030 permissions :
3131 contents : read # to fetch code (actions/checkout)
3232
4545 - name : Execute run.sh
4646 run : LIBC_CI=1 sh ./ci/run.sh ${{ matrix.target }}
4747
48+ macos2 :
49+ permissions :
50+ contents : read # to fetch code (actions/checkout)
51+
52+ name : macOS
53+ runs-on : macos-14
54+ strategy :
55+ fail-fast : true
56+ matrix :
57+ target : [
58+ aarch64-apple-darwin,
59+ ]
60+ steps :
61+ - uses : actions/checkout@v4
62+ - name : Setup Rust toolchain
63+ run : TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
64+ - name : Execute run.sh
65+ run : LIBC_CI=1 sh ./ci/run.sh ${{ matrix.target }}
66+
4867 windows :
4968 permissions :
5069 contents : read # to fetch code (actions/checkout)
@@ -276,7 +295,8 @@ jobs:
276295 docker_linux_tier1,
277296 docker_linux_tier2,
278297 # docker_linux_build_std,
279- macos,
298+ macos1,
299+ macos2,
280300 windows,
281301 style_check,
282302 docker_switch,
You can’t perform that action at this time.
0 commit comments