Need Xcode 14 to build

This commit is contained in:
Sven Weidauer 2022-10-08 13:00:03 +02:00
parent 4a489ccd20
commit fe95a6fd35

View file

@ -24,7 +24,7 @@ jobs:
head "https://github.com/${{ github.repository }}.git" head "https://github.com/${{ github.repository }}.git"
license "MIT" license "MIT"
depends_on :xcode => ["12.0", :build] depends_on :xcode => ["14.0", :build]
def install def install
system "make", "install", "prefix=#{prefix}" system "make", "install", "prefix=#{prefix}"