Skip to content

Commit 6e01fcb

Browse files
committed
ci(release): build macOS x64 target on arm64 runner
The x86_64-apple-darwin job used the macos-13 Intel image, which has been retired. Switch to macos-latest and cross-compile instead.
1 parent d7c4856 commit 6e01fcb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-prepare.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
target: aarch64-apple-darwin
6262
label: macos-arm64
6363
ext: ""
64-
- runs-on: macos-13
64+
# x86_64-apple-darwin cross-compiles on Apple Silicon; the Intel
65+
# macos-13 image was retired, so build it on the arm64 runner.
66+
- runs-on: macos-latest
6567
target: x86_64-apple-darwin
6668
label: macos-x64
6769
ext: ""

0 commit comments

Comments
 (0)