Skip to content

Conversation

woa7
Copy link
Contributor

@woa7 woa7 commented May 11, 2023

Comment on lines -60 to +70
"macos-latest": compatMacOS110,
"macos-13-xl": compatMacOS130xl,
"macos-13": compatMacOS130,
"macos-latest": compatMacOS120,
"macos-latest-xl": compatMacOS120xl,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you run go fmt ./...?

it should be:

	"macos-13":        compatMacOS130,
	"macos-latest":    compatMacOS120,
	"macos-latest-xl": compatMacOS120xl,

@mr-c
Copy link

mr-c commented Jun 1, 2023

@woa7 ping? :-)

@rhysd
Copy link
Owner

rhysd commented Jun 2, 2023

Thank you for adding these labels. I'll merge this at first then fix the small problems later.

@rhysd rhysd merged commit 7aab63e into rhysd:main Jun 2, 2023
rhysd added a commit that referenced this pull request Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macos-13 and macos-13-xl are available
4 participants