Skip to content

Commit a973793

Browse files
committed
Run on macos-15-arm64
1 parent 7b34542 commit a973793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pr-ci-matrix.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def minimum_version(major)
8282
if not filter.call(version)
8383
next
8484
end
85-
image = 'macos-15'
85+
image = 'macos-15-arm64'
8686
output_file << """
8787
#{name}-#{version.gsub(' ', '_').gsub('.', '_')}:
8888
runs-on: #{image}

0 commit comments

Comments
 (0)