Make WordPress Core

Changeset 60626


Ignore:
Timestamp:
08/12/2025 12:19:27 AM (10 months ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-build-processes.yml

    r60625 r60626  
    9191      fail-fast: false
    9292      matrix:
    93         os: [ 'macos-14', 'windows-2022' ]
     93        os: [ 'macos-15', 'windows-2025' ]
    9494        directory: [ 'src', 'build' ]
    9595    with:
     
    132132      fail-fast: false
    133133      matrix:
    134         os: [ 'macos-14', 'windows-2022' ]
     134        os: [ 'macos-15', 'windows-2025' ]
    135135        directory: [ 'src', 'build' ]
    136136    with:
Note: See TracChangeset for help on using the changeset viewer.