Skip to content

Commit 92ad770

Browse files
committed
fix: replace deprecated macos-13 runner with macos-latest
GitHub has retired the macos-13 (Intel) runner configuration. Cross-compile x86_64-apple-darwin from ARM runner instead. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 4d7b496 commit 92ad770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- os: macos-latest
8484
target: aarch64-apple-darwin
8585
artifact: macos-arm
86-
- os: macos-13
86+
- os: macos-latest
8787
target: x86_64-apple-darwin
8888
artifact: macos-intel
8989

0 commit comments

Comments
 (0)