mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
cmd/lib/ci_matrix: fix sonoma arch
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
@@ -11,7 +11,7 @@ module CiMatrix
|
||||
{ symbol: :big_sur, name: "macos-11", arch: :intel } => 0.0,
|
||||
{ symbol: :monterey, name: "macos-12", arch: :intel } => 0.0,
|
||||
{ symbol: :ventura, name: "macos-13", arch: :intel } => 1.0,
|
||||
{ symbol: :sonoma, name: "macos-14", arch: :intel } => 0.0,
|
||||
{ symbol: :sonoma, name: "macos-14", arch: :arm } => 0.0,
|
||||
}.freeze
|
||||
|
||||
# This string uses regex syntax and is intended to be interpolated into
|
||||
|
||||
Reference in New Issue
Block a user