Skip to content

Commit 93e561d

Browse files
domenkozarclaude
andcommitted
ci: update macOS runners from deprecated macos-13 to macos-15
GitHub is retiring macos-13 runners. Update cargo-dist config to use macos-15 for Intel and macos-latest for ARM builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 099b23b commit 93e561d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- CI: Updated macOS runners from deprecated macos-13 to macos-15 (Intel) and macos-latest (ARM)
12+
1013
## [0.5.0] - 2026-01-02
1114

1215
### Added

dist-workspace.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ libdbus-1-dev = { version = "*", targets = [
2525
# https://github.com/axodotdev/cargo-dist/issues/74
2626
[dist.github-custom-runners]
2727
aarch64-unknown-linux-gnu = "ubuntu-24.04-arm"
28+
aarch64-apple-darwin = "macos-latest"
29+
x86_64-apple-darwin = "macos-15"

0 commit comments

Comments
 (0)