Skip to content

Commit a31df60

Browse files
authored
Upgrade macos-13 to macos-15-intel due to closing down (#521)
Upgrade the Intel macos runner due to [GitHub Actions: macOS 13 runner image is closing down](https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/).
1 parent 975e867 commit a31df60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/git-xet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
platform:
47-
- runner: macos-13
47+
- runner: macos-15-intel
4848
target: x86_64
4949
- runner: macos-15
5050
target: aarch64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
strategy:
243243
matrix:
244244
platform:
245-
- runner: macos-13
245+
- runner: macos-15-intel
246246
target: x86_64
247247
rust_target: x86_64-apple-darwin
248248
- runner: macos-14

0 commit comments

Comments
 (0)