Skip to content

Commit 2a18b06

Browse files
committed
Require macos-13+ for macos-amd64 as builds from now on will be on 13 and 12 can no longer be tested
1 parent 2e3487c commit 2a18b06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function isSupportedPlatform() {
179179
case 'macos':
180180
// See https://github.com/ruby/ruby-builder/blob/master/README.md#naming
181181
// 13 on arm64 because of old macos-arm-oss runners
182-
return (os.arch() === 'x64' && parseInt(getOSVersion()) >= 12) ||
182+
return (os.arch() === 'x64' && parseInt(getOSVersion()) >= 13) ||
183183
(os.arch() === 'arm64' && parseInt(getOSVersion()) >= 13)
184184
case 'windows':
185185
return GitHubHostedPlatforms.includes(getOSNameVersionArch())

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)