Skip to content

Commit 3842730

Browse files
chore: update runs-on from macos-13 to macos-14. macos-13 was retired… (#463)
- update runs-on from macos-13 to macos-14. macos-13 was retired on December 4 **Requirements** - [ ] I have added test coverage for new or changed functionality - [ ] I have followed the repository's [pull request submission guidelines](../blob/v9/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Additional context** [Notification about retirement](actions/runner-images#13046) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update all affected GitHub Actions workflows to run on macos-14 instead of macos-13. > > - **Workflows**: > - Update `runs-on` to `macos-14` in: > - `.github/workflows/manual-publish-docs.yml` > - `.github/workflows/manual-publish.yml` > - `.github/workflows/release-please.yml` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit f39aa92. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0461f6a commit 3842730

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/manual-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
name: Publish Documentation
55
jobs:
66
build-publish:
7-
runs-on: macos-13
7+
runs-on: macos-14
88

99
permissions:
1010
id-token: write # Needed if using OIDC to get release secrets.

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-publish:
12-
runs-on: macos-13
12+
runs-on: macos-14
1313

1414
# Needed to get tokens during publishing.
1515
permissions:

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
release-package:
11-
runs-on: macos-13
11+
runs-on: macos-14
1212

1313
permissions:
1414
id-token: write # Needed if using OIDC to get release secrets.

0 commit comments

Comments
 (0)