Skip to content

Commit 74d9a2f

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 5.6 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 5.6 branch. See #64246. git-svn-id: https://develop.svn.wordpress.org/branches/5.6@61233 602fd350-edb4-49c9-b593-d223f7449a82
1 parent cc80dfb commit 74d9a2f

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
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ macos-13 ]
81+
os: ['macos-15-intel']
8282
directory: [ 'src', 'build' ]
8383
with:
8484
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)