-
-
Notifications
You must be signed in to change notification settings - Fork 0
ci(*): replace deprecated macos-13 runner image with macos-15-intel
#511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Labels have been automatically applied based on the Conventional Commits specification.🏷️ |
Bundle ReportChanges will decrease total bundle size by 166 bytes (-0.03%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: website-esmAssets Changed:
Files in
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #511 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 424 424
=========================================
Hits 424 424 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR migrates from the deprecated macOS 13 GitHub Actions runner to macOS 15 Intel for x64 Darwin builds, removing support for macOS 13 and updating all references to use the newer runner image.
Key changes:
- Replaces
macos-13runner withmacos-15-intelin CI workflows - Removes macOS 13 and macOS 13 Arm64 entries from the supported runner images documentation
- Updates build documentation to reflect the new macOS 15 Intel runner for
darwin-x64builds
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/docs/get-started/supported.md | Removes macOS 13 entries from supported runners table and updates darwin-x64 build documentation to reference macos-15-intel |
| .github/workflows/test-cross-platform.yml | Replaces macos-13 with macos-15-intel in test matrix |
| .github/workflows/llvm-build-bump-pr.yml | Updates darwin build matrix to use macos-15-intel for x64 builds |
Comments suppressed due to low confidence (1)
website/docs/get-started/supported.md:69
- Corrected spelling of 'excuatable' to 'executable'.
We used the following Images to build `clang-format` excuatable binaries.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…ch`) (#517) ## Release Information: `v2.0.4` New release of `lumirlumir/npm-clang-format-node` has arrived! 🎉 This PR bumps the package versions from `v2.0.3` to `v2.0.4` (`patch`). See [Actions](https://github.com/lumirlumir/npm-clang-format-node/actions/runs/19125963458) for more details. | Info | Value | | ----------- | -------------------------- | | Repository | `lumirlumir/npm-clang-format-node` | | SEMVER | `patch` | | Pre ID | `canary` | | Short SHA | f192cf0 | | Old Version | `v2.0.3` | | New Version | `v2.0.4` | <!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🔄 Continuous Integrations * ci(*): replace deprecated `macos-13` runner image with `macos-15-intel` by @lumirlumir in #511 ### ⬆️ Dependency Updates * chore(deps-dev): bump lint-staged from 16.2.5 to 16.2.6 by @dependabot[bot] in #503 * chore(deps-dev): bump the babel group across 1 directory with 2 updates by @dependabot[bot] in #504 * chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #505 * chore(deps-dev): bump editorconfig-checker from 6.1.0 to 6.1.1 by @dependabot[bot] in #508 * chore(deps): bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #506 * chore(deps-dev): bump eslint from 9.38.0 to 9.39.1 by @dependabot[bot] in #513 * chore(deps-dev): bump @types/node from 24.9.1 to 24.10.0 by @dependabot[bot] in #514 * chore(deps-dev): bump the bananass group across 1 directory with 2 updates by @dependabot[bot] in #515 * chore(deps): bump LLVM from llvmorg-21.1.4 to llvmorg-21.1.5 by @lumirlumir in #516 **Full Changelog**: v2.0.3...v2.0.4
This pull request updates the supported macOS runner versions for CI workflows and documentation, removing references to the deprecated
macos-13runners and introducingmacos-15-intelas the new x64 build and test environment. These changes ensure the project uses currently supported and available GitHub Actions runners, improving compatibility and reliability.CI Workflow Updates:
macos-13(x64) withmacos-15-intelin the build matrix for.github/workflows/llvm-build-bump-pr.yml, ensuring x64 builds use the latest supported runner..github/workflows/test-cross-platform.ymlto addmacos-15-inteland removemacos-13, aligning test environments with available runners.Documentation Updates:
macOS 13andmacOS 13 Arm64from the supported runners table inwebsite/docs/get-started/supported.md, reflecting the deprecation of these environments.website/docs/get-started/supported.mdto usemacos-15-intelfordarwin-x64builds and tests instead ofmacos-13.