Skip to content

Commit

Permalink
coveralls 0.6.15: Update formula to 0.6.15 and added missing dependen…
Browse files Browse the repository at this point in the history
…cies. Drop support for macos-12 after receiving back this message from Homebrew: Warning: You are using macOS 12. We (and Apple) do not provide support for this old version. It is expected behaviour that some formulae will fail to build in this old version.
  • Loading branch information
afinetooth committed Oct 6, 2024
1 parent 00f19d3 commit 6ca5ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13]
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-latest]
runs-on: ${{ matrix.os }}
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
Expand Down
4 changes: 2 additions & 2 deletions Formula/coveralls.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Coveralls < Formula

Check warning on line 1 in Formula/coveralls.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-20.04)

`brew linkage --cached --test --strict coverallsapp/coveralls/coveralls` failed on Linux!

zlib

Check warning on line 1 in Formula/coveralls.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

`brew linkage --cached --test --strict coverallsapp/coveralls/coveralls` failed on Linux!

zlib

Check warning on line 1 in Formula/coveralls.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict coverallsapp/coveralls/coveralls` failed on macOS Ventura (13)!

openssl@3

Check warning on line 1 in Formula/coveralls.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

`brew linkage --cached --test --strict coverallsapp/coveralls/coveralls` failed on macOS Sonoma (14) on Apple Silicon!

openssl@3
desc "Self-contained, universal coverage uploader for Coveralls"
homepage "https://github.com/coverallsapp/coverage-reporter"
url "https://github.com/coverallsapp/coverage-reporter/archive/refs/tags/v0.6.14.tar.gz"
sha256 "32ddfdd3d6b9001ccf394d9679c919f506eb35cb83dcba8fd17ba2c898bff027"
url "https://github.com/coverallsapp/coverage-reporter/archive/refs/tags/v0.6.15.tar.gz"
sha256 "b29d4b2c61ebce695c35077099da3a53b72c1280f77da4a220288ff306508e79"
license "MIT"

bottle do
Expand Down

0 comments on commit 6ca5ac9

Please sign in to comment.