Skip to content

Commit e409510

Browse files
committed
MacOS uses aarch64
1 parent 3857fec commit e409510

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }})

0 commit comments

Comments
 (0)