Skip to content

Commit e4cd902

Browse files
committed
ci: use free macos-15-intel runner for x64 macOS builds
Replace macos-15-large (paid) with macos-15-intel (free) for the x86_64-apple-darwin release build target.
1 parent bffafbd commit e4cd902

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
@@ -183,7 +183,7 @@ jobs:
183183
- runs-on: macos-latest
184184
target: aarch64-apple-darwin
185185
label: macos-arm64
186-
- runs-on: macos-15-large
186+
- runs-on: macos-15-intel
187187
target: x86_64-apple-darwin
188188
label: macos-x64
189189
- runs-on: windows-latest

0 commit comments

Comments
 (0)