diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fcd836a..f80326f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,8 @@ jobs: echo "HOMEBREW_FAKE_MACOS=13.7.0" >> $GITHUB_ENV echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV echo "SDKROOT=${sdkpaths[0]}" >> $GITHUB_ENV + rm -Rf /Applications/Xcode_15.4.app + ln -sf /Applications/Xcode_14.3.app /Applications/Xcode.app - name: Set up Homebrew id: set-up-homebrew diff --git a/Formula/libgit2-static.rb b/Formula/libgit2-static.rb index 85ed706..3e9a93f 100644 --- a/Formula/libgit2-static.rb +++ b/Formula/libgit2-static.rb @@ -11,12 +11,6 @@ class Libgit2Static < Formula strategy :github_latest end - bottle do - root_url "https://github.com/autobrew/homebrew-cran/releases/download/libgit2-static-1.8.1" - sha256 cellar: :any, arm64_sonoma: "8c86d2a049bafccc23b764a75fe3981a80c7b4471e04088e92aae0ddc0911882" - sha256 cellar: :any, arm64_ventura: "2325b2d316f5e01eb72bc677a45ad6cc1137264f2b93f8b19c20e30f3626776d" - sha256 cellar: :any, ventura: "aa04b6f90c212a1b34f695f009b9c207ea0bd0d8b66f38f7ef21645d584fbd85" - end depends_on "cmake" => :build depends_on "pkg-config" => :build