Test aarch64-apple-darwin

This commit is contained in:
Corey Farwell 2021-01-23 10:51:36 -05:00 committed by GitHub
parent 2aedbf0993
commit 36ce776997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
ci.sh
View File

@ -47,7 +47,7 @@ run_tests
case $HOST_TARGET in
x86_64-unknown-linux-gnu)
MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests
MIRI_TEST_TARGET=x86_64-apple-darwin run_tests
MIRI_TEST_TARGET=aarch64-apple-darwin run_tests
MIRI_TEST_TARGET=i686-pc-windows-msvc run_tests
;;
x86_64-apple-darwin)