Skip to content

Commit b15b584

Browse files
committed
Fix target mismatch on CI for macOS
macOS CI builders run on aarch64, but CI attempts to fetch the toolchain for x86_64.
1 parent 2593eb6 commit b15b584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
target:
3939
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
40-
- { name: macOS, os: macos-latest, triple: x86_64-apple-darwin }
40+
- { name: macOS, os: macos-latest, triple: aarch64-apple-darwin }
4141
- { name: Windows, os: windows-2022, triple: x86_64-pc-windows-msvc }
4242
version:
4343
- 1.81.0 # MSRV

0 commit comments

Comments
 (0)