File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
include :
25
25
- os : ubuntu-latest
26
26
host_target : x86_64-unknown-linux-gnu
27
- - os : macos-latest
28
- host_target : x86_64 -apple-darwin
27
+ - os : macos-14
28
+ host_target : aarch64 -apple-darwin
29
29
- os : windows-latest
30
30
host_target : i686-pc-windows-msvc
31
31
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ case $HOST_TARGET in
128
128
x86_64-unknown-linux-gnu)
129
129
MIRI_TEST_TARGET=i686-unknown-linux-gnu run_tests
130
130
MIRI_TEST_TARGET=aarch64-unknown-linux-gnu run_tests
131
- MIRI_TEST_TARGET=aarch64 -apple-darwin run_tests
131
+ MIRI_TEST_TARGET=x86_64 -apple-darwin run_tests
132
132
MIRI_TEST_TARGET=i686-pc-windows-gnu run_tests
133
133
# Some targets are only partially supported.
134
134
MIRI_TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal hello integer vec panic/panic concurrency/simple pthread-threadname libc-getentropy libc-getrandom libc-misc libc-fs atomic env align num_cpus
@@ -140,7 +140,7 @@ case $HOST_TARGET in
140
140
MIRI_TEST_TARGET=thumbv7em-none-eabihf run_tests_minimal no_std # no_std embedded architecture
141
141
MIRI_TEST_TARGET=tests/avr.json MIRI_NO_STD=1 run_tests_minimal no_std # JSON target file
142
142
;;
143
- x86_64 -apple-darwin)
143
+ aarch64 -apple-darwin)
144
144
MIRI_TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture
145
145
MIRI_TEST_TARGET=x86_64-pc-windows-msvc run_tests
146
146
;;
You can’t perform that action at this time.
0 commit comments