File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ jobs:
46
46
matrix :
47
47
toolchain :
48
48
- 1.70.0-x86_64-pc-windows-msvc
49
- - 1.70.0-x86_64 -apple-darwin
49
+ - 1.70.0-aarch64 -apple-darwin
50
50
- 1.70.0-x86_64-unknown-linux-gnu
51
51
- stable-x86_64-pc-windows-msvc
52
- - stable-x86_64 -apple-darwin
52
+ - stable-aarch64 -apple-darwin
53
53
- stable-x86_64-unknown-linux-gnu
54
54
include :
55
55
- { toolchain: 1.70.0-x86_64-pc-windows-msvc, os: windows-2022 }
56
- - { toolchain: 1.70.0-x86_64 -apple-darwin, os: macos-14 }
56
+ - { toolchain: 1.70.0-aarch64 -apple-darwin, os: macos-14 }
57
57
- { toolchain: 1.70.0-x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
58
58
- { toolchain: stable-x86_64-pc-windows-msvc, os: windows-2022 }
59
- - { toolchain: stable-x86_64 -apple-darwin, os: macos-14 }
59
+ - { toolchain: stable-aarch64 -apple-darwin, os: macos-14 }
60
60
- { toolchain: stable-x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
61
61
62
62
name : Build (${{ matrix.toolchain }})
You can’t perform that action at this time.
0 commit comments