File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ jobs:
4646 matrix :
4747 toolchain :
4848 - 1.70.0-x86_64-pc-windows-msvc
49- - 1.70.0-x86_64 -apple-darwin
49+ - 1.70.0-aarch64 -apple-darwin
5050 - 1.70.0-x86_64-unknown-linux-gnu
5151 - stable-x86_64-pc-windows-msvc
52- - stable-x86_64 -apple-darwin
52+ - stable-aarch64 -apple-darwin
5353 - stable-x86_64-unknown-linux-gnu
5454 include :
5555 - { 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 }
5757 - { toolchain: 1.70.0-x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
5858 - { 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 }
6060 - { toolchain: stable-x86_64-unknown-linux-gnu, os: ubuntu-24.04 }
6161
6262 name : Build (${{ matrix.toolchain }})
You can’t perform that action at this time.
0 commit comments