Skip to content

Commit 2d1c629

Browse files
committed
2.3.6 - Wrapping Fix
1 parent 0969580 commit 2d1c629

File tree

8 files changed

+204
-186
lines changed

8 files changed

+204
-186
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Add Rust Target (macOS)
4848
if: ${{ matrix.runner == 'macos-latest' }}
49-
run: rustup target add aarch64-apple-darwin
49+
run: rustup target add x86_64-apple-darwin
5050

5151
- name: Add Rust Target (Other)
5252
if: ${{ matrix.runner != 'macos-latest' }}

0 commit comments

Comments
 (0)