Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add macos-13, macos-13-xl, macos-12-xl rule_runner_label.go #299

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

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