Skip to content

Commit 9299515

Browse files
LegNeatoFirestar99
authored andcommitted
Update mac target in CI to aarch64-apple-darwin
The `macOS-latest` images on GitHub are arm: ``` Current runner version: '2.324.0' Operating System macOS 14.7.5 23H527 Runner Image Image: macos-14-arm64 ```
1 parent e33b2d2 commit 9299515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- os: windows-2022
2424
target: x86_64-pc-windows-msvc
2525
- os: macOS-latest
26-
target: x86_64-apple-darwin
26+
target: aarch64-apple-darwin
2727
runs-on: ${{ matrix.os }}
2828
env:
2929
RUSTUP_UNPACK_RAM: "26214400"
@@ -136,7 +136,7 @@ jobs:
136136
- os: windows-2022
137137
target: x86_64-pc-windows-msvc
138138
- os: macOS-latest
139-
target: x86_64-apple-darwin
139+
target: aarch64-apple-darwin
140140
runs-on: ${{ matrix.os }}
141141
steps:
142142
- uses: actions/checkout@v4
@@ -163,7 +163,7 @@ jobs:
163163
- os: windows-2022
164164
target: x86_64-pc-windows-msvc
165165
- os: macOS-latest
166-
target: x86_64-apple-darwin
166+
target: aarch64-apple-darwin
167167
runs-on: ${{ matrix.os }}
168168
steps:
169169
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)