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:
67
67
- if [ -z "$NOHACK" ]; then cargo hack check --each-feature --target i686-unknown-freebsd; fi
68
68
before_cache_script : rm -rf $CARGO_HOME/registry/index
69
69
70
- # Test macOS x86_64 in a full VM
70
+ # Test macOS aarch64 in a full VM
71
71
task :
72
- name : macOS x86_64
72
+ name : macOS aarch64
73
73
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
77
77
setup_script :
78
78
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
79
79
- sh rustup.sh -y --profile=minimal --default-toolchain $TOOLCHAIN
@@ -235,9 +235,9 @@ task:
235
235
- name : Linux x32
236
236
env :
237
237
TARGET : x86_64-unknown-linux-gnux32
238
- - name : macOS aarch64
238
+ - name : macOS x86_64
239
239
env :
240
- TARGET : aarch64 -apple-darwin
240
+ TARGET : x86_64 -apple-darwin
241
241
- name : NetBSD x86_64
242
242
env :
243
243
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:
47
47
The following targets are supported by ` nix ` :
48
48
49
49
Tier 1:
50
+ * aarch64-apple-darwin
50
51
* aarch64-unknown-linux-gnu
51
52
* arm-unknown-linux-gnueabi
52
53
* armv7-unknown-linux-gnueabihf
@@ -58,13 +59,11 @@ Tier 1:
58
59
* mips64el-unknown-linux-gnuabi64
59
60
* mipsel-unknown-linux-gnu
60
61
* powerpc64le-unknown-linux-gnu
61
- * x86_64-apple-darwin
62
62
* x86_64-unknown-freebsd
63
63
* x86_64-unknown-linux-gnu
64
64
* x86_64-unknown-linux-musl
65
65
66
66
Tier 2:
67
- * aarch64-apple-darwin
68
67
* aarch64-apple-ios
69
68
* aarch64-linux-android
70
69
* arm-linux-androideabi
@@ -75,6 +74,7 @@ Tier 2:
75
74
* s390x-unknown-linux-gnu
76
75
* x86_64-apple-ios
77
76
* x86_64-linux-android
77
+ * x86_64-apple-darwin
78
78
* x86_64-unknown-illumos
79
79
* x86_64-unknown-netbsd
80
80
You can’t perform that action at this time.
0 commit comments