Skip to content

Commit 645128c

Browse files
committed
Build/Test Tools: Use newer runner images for MacOS & Windows.
GitHub is in the process of deploying an update to their MacOS and Windows GitHub Actions runners that changes the `-latest` tag to point to `macos-15` and `windows-2025`. Once this completes, the number of available runners for the previous version will decline and could result in longer queues. This updates the build process testing workflow to test against these new versions. Prop johnbillion. See #63170. git-svn-id: https://develop.svn.wordpress.org/trunk@60626 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e062f66 commit 645128c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
os: [ 'macos-14', 'windows-2022' ]
93+
os: [ 'macos-15', 'windows-2025' ]
9494
directory: [ 'src', 'build' ]
9595
with:
9696
os: ${{ matrix.os }}
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: false
133133
matrix:
134-
os: [ 'macos-14', 'windows-2022' ]
134+
os: [ 'macos-15', 'windows-2025' ]
135135
directory: [ 'src', 'build' ]
136136
with:
137137
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)