Skip to content

Commit 7bb4415

Browse files
committed
ci: update macos x86_64 build runner to macos-15-large
The macos-13 runner is being deprecated. Migrate the x86_64 macOS build job to macos-15-large to ensure continued CI availability.
1 parent 26c510c commit 7bb4415

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
@@ -116,7 +116,7 @@ jobs:
116116

117117
build-macos-x86_64:
118118
name: Build macOS x86_64
119-
runs-on: macos-13
119+
runs-on: macos-15-large
120120
needs: build-linux-x86_64
121121
steps:
122122
- name: Code checkout

0 commit comments

Comments
 (0)