Need Xcode 14 to build
This commit is contained in:
parent
4a489ccd20
commit
fe95a6fd35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue