evg: remove macos-11-arm64 tasks for server 8.0+ #1954
Merged
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.
Resolves ongoing task setup failures for the macos-11-arm64 distro with server 8.0+ since around Feb 24 (latest) and March 12 (8.0). This appears to be due to the required server binaries now being built for MacOS 14. These binaries require dynamic linking with symbols which do not appear to be available on MacOS 11 (i.e.
std::__1::pmr::monotonic_buffer_resource
). Since we already have 8.0+ coverage on MacOS 14 (for which these binaries are built), this PR proposes simply removing coverage of 8.0+ on MacOS 11.Note
The Platform Support Matrix entries for MacOS 11 (both x86_64 and ARM64) do not have checkmarks for 8.0+, which support the findings above.