Skip to content

Commit a68f0a5

Browse files
authored
chore: Update runners in make-release workflow (#1344)
## Summary by Sourcery CI: - Adjust the GitHub Actions make-release workflow matrix to target macos-15-intel and macos-15 runners. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated build infrastructure to use newer macOS runner versions for improved compatibility and reliability. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent ddf01d9 commit a68f0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: ["ubuntu-22.04", "windows-2022", "macos-13", "macos-14"]
31+
os: ["ubuntu-22.04", "windows-2022", "macos-15-intel", "macos-15"]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)