Skip to content

Commit

Permalink
Release Captain v1.11.8 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
TAGraves committed Mar 18, 2024
1 parent 5c6a0ae commit 56f8cfd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/captain-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
matrix:
include:
- name: captain
version: "1.11.7"
version: "1.11.8"
os: macos-12 # intel
- name: captain
version: "1.11.7"
version: "1.11.8"
os: macos-14 # arm

- name: captain@1
version: "1.11.7"
version: "1.11.8"
os: macos-12 # intel
- name: captain@1
version: "1.11.7"
version: "1.11.8"
os: macos-14 # arm

steps:
Expand All @@ -43,9 +43,9 @@ jobs:
matrix:
include:
- name: captain
version: "1.11.7"
version: "1.11.8"
- name: captain@1
version: "1.11.7"
version: "1.11.8"
steps:
- name: Install homebrew
uses: Homebrew/actions/setup-homebrew@5caa94335a28d8fdf5a478ae8586f2da40a0a989
Expand Down
8 changes: 4 additions & 4 deletions Formula/captain.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
class Captain < Formula
desc "Captain can detect and quarantine flaky tests, automatically retry failed tests, partition files for parallel execution, and more"
homepage "https://www.rwx.com/captain"
version "1.11.7"
version "1.11.8"

if OS.mac?
if Hardware::CPU.intel?
url "https://releases.captain.build/v#{version}/darwin/x86_64/captain", user_agent: :fake
sha256 "7f9be5df82790bf265628a92936cf0d851045b6a4e8c22e5af31ad5930a068c1"
sha256 "bf1de5d9ea02514f38bc7fd558ede07f9f6207649aa7b3588fef833859a6719b"
elsif Hardware::CPU.arm?
url "https://releases.captain.build/v#{version}/darwin/aarch64/captain", user_agent: :fake
sha256 "d7e2255f01e7fe7711daeeb13a99b68599aef7e9cd40903d97aefdfd70fbcf48"
sha256 "5e36b34b6554d34b0d5aef6a8cd5a9d075a0579c86916f124c4f0d09b039fac1"
end
else
if Hardware::CPU.intel?
url "https://releases.captain.build/v#{version}/linux/x86_64/captain", user_agent: :fake
sha256 "666c7f6639559a3070273041b693eabfb54168a2a5fcc83c173648d2f6811e10"
sha256 "a8af58ccc380d12b076f24ee8533ff4d92f1f39088925ea375750e68b8a3575d"
end
end

Expand Down
8 changes: 4 additions & 4 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
class CaptainAT1 < Formula
desc "Captain can detect and quarantine flaky tests, automatically retry failed tests, partition files for parallel execution, and more"
homepage "https://www.rwx.com/captain"
version "1.11.7"
version "1.11.8"

if OS.mac?
if Hardware::CPU.intel?
url "https://releases.captain.build/v#{version}/darwin/x86_64/captain", user_agent: :fake
sha256 "7f9be5df82790bf265628a92936cf0d851045b6a4e8c22e5af31ad5930a068c1"
sha256 "bf1de5d9ea02514f38bc7fd558ede07f9f6207649aa7b3588fef833859a6719b"
elsif Hardware::CPU.arm?
url "https://releases.captain.build/v#{version}/darwin/aarch64/captain", user_agent: :fake
sha256 "d7e2255f01e7fe7711daeeb13a99b68599aef7e9cd40903d97aefdfd70fbcf48"
sha256 "5e36b34b6554d34b0d5aef6a8cd5a9d075a0579c86916f124c4f0d09b039fac1"
end
else
if Hardware::CPU.intel?
url "https://releases.captain.build/v#{version}/linux/x86_64/captain", user_agent: :fake
sha256 "666c7f6639559a3070273041b693eabfb54168a2a5fcc83c173648d2f6811e10"
sha256 "a8af58ccc380d12b076f24ee8533ff4d92f1f39088925ea375750e68b8a3575d"
end
end

Expand Down

0 comments on commit 56f8cfd

Please sign in to comment.