Skip to content

Commit c822cdd

Browse files
committed
ci: fix macos-13 runner deprecation, use macos-latest for both targets
1 parent ab8c8a4 commit c822cdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
artifact_name: rc
9797
cross: true
9898

99-
# macOS
100-
- os: macos-13
99+
# macOS (both targets built on ARM64 runner with cross-compilation)
100+
- os: macos-latest
101101
target: x86_64-apple-darwin
102102
os_name: macos
103103
arch: amd64

0 commit comments

Comments
 (0)