We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b34542 commit a973793Copy full SHA for a973793
scripts/pr-ci-matrix.rb
@@ -82,7 +82,7 @@ def minimum_version(major)
82
if not filter.call(version)
83
next
84
end
85
- image = 'macos-15'
+ image = 'macos-15-arm64'
86
output_file << """
87
#{name}-#{version.gsub(' ', '_').gsub('.', '_')}:
88
runs-on: #{image}
0 commit comments