Skip to content

Commit 4e6738a

Browse files
ad3002claude
andcommitted
Update macOS runners: macos-13 -> macos-15-intel, macos-14 -> macos-latest
macOS-13 runners are deprecated, see: actions/runner-images#13046 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 10595c7 commit 4e6738a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
include:
4343
- os: ubuntu-latest
4444
target: x86_64-unknown-linux-gnu
45-
- os: macos-13
45+
- os: macos-15-intel
4646
target: x86_64-apple-darwin
47-
- os: macos-14
47+
- os: macos-latest
4848
target: aarch64-apple-darwin
4949

5050
steps:

.github/workflows/release-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
platform: manylinux_2_17_x86_64
2828

2929
# macOS x86_64
30-
- os: macos-13
30+
- os: macos-15-intel
3131
target: x86_64-apple-darwin
3232
platform: macosx_10_12_x86_64
3333

3434
# macOS ARM64 (Apple Silicon)
35-
- os: macos-14
35+
- os: macos-latest
3636
target: aarch64-apple-darwin
3737
platform: macosx_11_0_arm64
3838

0 commit comments

Comments
 (0)