File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ task:
6767 - if [ -z "$NOHACK" ]; then cargo hack check --each-feature --target i686-unknown-freebsd; fi
6868 before_cache_script : rm -rf $CARGO_HOME/registry/index
6969
70- # Test macOS x86_64 in a full VM
70+ # Test macOS aarch64 in a full VM
7171task :
72- name : macOS x86_64
72+ name : macOS aarch64
7373 env :
74- TARGET : x86_64 -apple-darwin
75- osx_instance :
76- image : big-sur-xcode
74+ TARGET : aarch64 -apple-darwin
75+ macos_instance :
76+ image : ghcr.io/cirruslabs/macos-ventura-base:latest
7777 setup_script :
7878 - curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
7979 - sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
@@ -235,9 +235,9 @@ task:
235235 - name : Linux x32
236236 env :
237237 TARGET : x86_64-unknown-linux-gnux32
238- - name : macOS aarch64
238+ - name : macOS x86_64
239239 env :
240- TARGET : aarch64 -apple-darwin
240+ TARGET : x86_64 -apple-darwin
241241 - name : NetBSD x86_64
242242 env :
243243 TARGET : x86_64-unknown-netbsd
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ limitations. Support for platforms is split into three tiers:
4747The following targets are supported by ` nix ` :
4848
4949Tier 1:
50+ * aarch64-apple-darwin
5051 * aarch64-unknown-linux-gnu
5152 * arm-unknown-linux-gnueabi
5253 * armv7-unknown-linux-gnueabihf
@@ -58,13 +59,11 @@ Tier 1:
5859 * mips64el-unknown-linux-gnuabi64
5960 * mipsel-unknown-linux-gnu
6061 * powerpc64le-unknown-linux-gnu
61- * x86_64-apple-darwin
6262 * x86_64-unknown-freebsd
6363 * x86_64-unknown-linux-gnu
6464 * x86_64-unknown-linux-musl
6565
6666Tier 2:
67- * aarch64-apple-darwin
6867 * aarch64-apple-ios
6968 * aarch64-linux-android
7069 * arm-linux-androideabi
@@ -75,6 +74,7 @@ Tier 2:
7574 * s390x-unknown-linux-gnu
7675 * x86_64-apple-ios
7776 * x86_64-linux-android
77+ * x86_64-apple-darwin
7878 * x86_64-unknown-illumos
7979 * x86_64-unknown-netbsd
8080
You can’t perform that action at this time.
0 commit comments