Upgrade nightly macOS version to macos 15 #20159
Merged
+10
−6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR upgrades macOS version in the nightly workflow as
macos-13
has been deprecated and will be discontinued soon. The next x86_64 macOS version they have added in macOS 15.(actions/runner-images#13046)
So, we can upgrade to.
macos-15-intel
) for all x86_64 runs.Issues Identified on macOS 15.
ext/ctype/tests/lc_ctype_inheritance.phpt
fails on macOS 15 as it inherits LC_CTYPE into the thread locale. We can skip the test on macos 15 as the issue is a due to a change by Apple as discussed in str_word_count behaves differently on macos 14 vs 15+ #19828.PHP-8.1
(patch), but I'm not sure as the branch is now for security-fixes only.