Skip to content

Commit ec64fe6

Browse files
committed
Build macOS releases on Sequoia (v15), also for ARM
1 parent 55338d2 commit ec64fe6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ jobs:
3333
binary_extension:
3434

3535
# macOS
36+
## ARM
3637
- build: macos
37-
os: macos-12
38+
os: macos-15
39+
rust: stable
40+
target: aarch64-apple-darwin
41+
binary_extension:
42+
## Intel
43+
- build: macos
44+
os: macos-15-intel
3845
rust: stable
3946
target: x86_64-apple-darwin
4047
binary_extension:

0 commit comments

Comments
 (0)