ci: add "macos-latest", remove macos-13 (eol), macos-14, macos-15#209
Merged
ci: add "macos-latest", remove macos-13 (eol), macos-14, macos-15#209
Conversation
Member
Author
|
cc @kolyshkin @AkihiroSuda PTAL 🤗 |
AkihiroSuda
reviewed
Mar 1, 2026
.github/workflows/test.yml
Outdated
| matrix: | ||
| go-version: [1.18.x, oldstable, stable] | ||
| platform: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-13, macos-14, macos-15] | ||
| platform: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest] |
Member
There was a problem hiding this comment.
Maybe:
Suggested change
| platform: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-latest] | |
| platform: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025, macos-15, macos-26] |
Member
Author
There was a problem hiding this comment.
Yeah, considered it; then thought; maybe it's not needed to check all combinations, but maybe it doesn't hurt; let me update
AkihiroSuda
approved these changes
Mar 1, 2026
The macos-13 runners are no longer available Signed-off-by: Sebastiaan van Stijn <[email protected]>
Member
Author
|
Updated with your suggestion; I'll bring this one in; also have a follow-up to update some actions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The macos-13 runners are no longer available; let's just use macos-latest, which should be enough for this repository.