Skip to content

Commit a75dbce

Browse files
authored
chore: upgrade to macos-15 runners (#2259)
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://github.com/terramate-io/terramate/blob/main/CONTRIBUTING.md 2. If the PR is unfinished, mark it as draft: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request 3. Please update the PR title using the Conventional Commits convention: https://www.conventionalcommits.org/en/v1.0.0/ Example: feat: add support for XYZ. --> ## What this PR does / why we need it: `mac-13` runners will be deprecated. ## Does this PR introduce a user-facing change? <!-- If no, just write "no" in the block below. If yes, please explain the change and update documentation and the CHANGELOG.md file accordingly. --> ``` no ``` <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update CI matrices to use macos-15 instead of macos-13 in deployment and preview workflows. > > - **CI Workflows**: > - Update OS matrix in `.github/workflows/ci-sync-deployment.yml` and `.github/workflows/ci-sync-preview.yml`: > - Replace `macos-ventura`/`macos-13` with `macos-15`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e319475. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 parents 4de43f3 + e319475 commit a75dbce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-sync-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
os:
2727
- name: ubuntu
2828
value: "blacksmith-4vcpu-ubuntu-2404"
29-
- name: macos-ventura
30-
value: "macos-13"
29+
- name: macos-15
30+
value: "macos-15"
3131

3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4

.github/workflows/ci-sync-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
os:
2424
- name: ubuntu
2525
value: "blacksmith-4vcpu-ubuntu-2404"
26-
- name: macos-ventura
27-
value: "macos-13"
26+
- name: macos-15
27+
value: "macos-15"
2828

2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4

0 commit comments

Comments
 (0)