Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brewsci/homebrew-bio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e82b04b7a29cbca6c0b5ebd85d173227046481ac
Choose a base ref
..
head repository: brewsci/homebrew-bio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 927aed2706449870f70d1a1be8a3228da48d010d
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/build-bottles.yml
  2. +1 −1 Formula/phylonium.rb
2 changes: 1 addition & 1 deletion .github/workflows/build-bottles.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-11]
os: [ubuntu-22.04, macos-12]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_FORCE_VENDOR_RUBY: 1
2 changes: 1 addition & 1 deletion Formula/phylonium.rb
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ class Phylonium < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c95ab5543a4e21dd8b1a77fc5a94303737f478ea4030e52030727dcc79e6870a"
end

depends_on "autoconf" => :build
depends_on "autoconf" => [:build, :test]
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build