Merge pull request #168076 from Homebrew/sonoma-arm-ci

cmd/lib/ci_matrix: fix sonoma arch
This commit is contained in:
Justin Krehel
2024-03-02 13:11:23 -05:00
committed by GitHub
+1 -1
View File
@@ -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