Skip to content

Commit a7715ba

Browse files
committed
Update github host from macos-13 to macos-15
macos-13 is no more available https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ it is causing a lot of PR jobs to wait in queue for a long time when there is a PR on 4.1 branch it has been already upgraded on main branch Signed-off-by: Aurélien Pupier <apupier@ibm.com>
1 parent c5c3ca1 commit a7715ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-thirdparty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
name: Build Third Party Libraries (macOS)
176176
needs: changes
177177
if: ${{ needs.changes.outputs.thirdparty_changes == 'true' }}
178-
runs-on: macos-13
178+
runs-on: macos-15
179179
steps:
180180
- name: Checkout ${{ github.ref }}
181181
uses: actions/checkout@v4

0 commit comments

Comments
 (0)