#64246 closed defect (bug) (fixed)
Upgrade the MacOS runner used in old branches (WP <= 6.3)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch |
| Focuses: | Cc: |
Description
For the Test Build Process workflow in branches <= 6.3, the macos-13 runner is currently used. This image is deprecated and set to be removed entirely in December 2025.
These branches use Node.js 14.x. This complicates things because that version of Node.js never published a build that supports arm64. This means updating to macos-14 or macos-15 is not possible.
Thankfully, there is another option: macos-15-intel. This image uses the x86_64 environment, so this can be used without having to upgrade the version of Node.js these branches use. The macos-15-intel image will be the last x86_64 image published for GitHub Actions and will be supported until August 2027.
Change History (21)
This ticket was mentioned in PR #10513 on WordPress/wordpress-develop by @desrosj.
2 months ago
#1
This ticket was mentioned in PR #10514 on WordPress/wordpress-develop by @desrosj.
2 months ago
#2
Trac ticket: Core-64246
#19
@
2 months ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 61242:
@desrosj commented on PR #10514:
2 months ago
#20
Merged in r61226.
@desrosj commented on PR #10513:
2 months ago
#21
Merged in r61242.
Trac ticket: Core-64246