Skip to content

Commit 1c05658

Browse files
committed
fix(ci): use macos-14 with cross-compile for darwin-x64
1 parent 6855009 commit 1c05658

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
target: linux-arm64
2222
- os: macos-14
2323
slug: codemachine-darwin-arm64
24-
- os: macos-13
24+
- os: macos-14
2525
slug: codemachine-darwin-x64
26+
target: darwin-x64
2627
- os: windows-latest
2728
slug: codemachine-windows-x64
2829
steps:

0 commit comments

Comments
 (0)