Add `macos-13` to CI matrix. (#145752)

This commit is contained in:
Markus Reiter 2023-04-25 01:09:35 +02:00 committed by GitHub
parent 2acccd4879
commit 2140259c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ module CiMatrix
RUNNERS = {
{ symbol: :big_sur, name: "macos-11", arch: :intel } => 0.0,
{ symbol: :monterey, name: "macos-12", arch: :intel } => 1.0,
{ symbol: :monterey, name: "macos-12", arch: :intel } => 0.0,
{ symbol: :ventura, name: "macos-13", arch: :intel } => 1.0,
}.freeze
# This string uses regex syntax and is intended to be interpolated into