Skip to content

Commit 1e3dd41

Browse files
committed
Replace deprecated macos-13 runner with macos-15-intel
macos-13 was fully deprecated by GitHub Actions as of 2025-12-08 (actions/runner-images#13046), which is why that matrix leg hung in queued indefinitely during testing. macos-15-intel is the replacement label for x86_64 macOS builds, supported through August 2027.
1 parent 48e6dfd commit 1e3dd41

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
@@ -27,7 +27,7 @@ jobs:
2727
- target: aarch64-unknown-linux-gnu
2828
os: ubuntu-24.04-arm
2929
- target: x86_64-apple-darwin
30-
os: macos-13
30+
os: macos-15-intel
3131
- target: aarch64-apple-darwin
3232
os: macos-14
3333
- target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)