Skip to content

Commit 0062cc8

Browse files
committed
Build/Test Tools: Update MacOS GitHub Actions runner.
The `macos-13` runner image is deprecated with support set to be fully removed next month. This updates the build process testing workflow’s MacOS job to use the `macos-15-intel` runner in the 6.1 branch. The `-intel` part is required because older branches of WordPress use Node.js `14.x` which never supported `arm64` environments. The `macos-15-intel` image will be the last `x86_64` runner published for GitHub Actions and will be supported until August 2027. Merges [61226] to the 6.1 branch. See #64246. git-svn-id: https://develop.svn.wordpress.org/branches/6.1@61228 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f98a342 commit 0062cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-processes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
os: [ macos-13 ]
82+
os: ['macos-15-intel']
8383
directory: [ 'src', 'build' ]
8484
with:
8585
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)