Skip to content

Commit 667e2e6

Browse files
committed
github/workflows/cd: Add AArch64 macOS build
1 parent 6412864 commit 667e2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
include:
29+
- { os: macos-15, target: aarch64-apple-darwin }
2930
- { os: macos-15-intel, target: x86_64-apple-darwin }
3031
- { os: windows-2022, target: x86_64-pc-windows-msvc }
3132
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu }

0 commit comments

Comments
 (0)