Skip to content

Commit

Permalink
don't use brew
Browse files Browse the repository at this point in the history
it's not supported on this macos version
  • Loading branch information
lawrence-forooghian committed Nov 6, 2023
1 parent 6e76a21 commit b9b43ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/integration-test-iOS14_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

- name: Install Dependencies and Run Tests
run: |
brew install xcbeautify
make submodules
bundle install
make update_carthage_dependencies_ios
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration-test-macOS10_15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

- name: Install Dependencies and Run Tests
run: |
brew install xcbeautify
make submodules
bundle install
make update_carthage_dependencies_macos
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration-test-tvOS14_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

- name: Install Dependencies and Run Tests
run: |
brew install xcbeautify
make submodules
bundle install
make update_carthage_dependencies_tvos
Expand Down

0 comments on commit b9b43ec

Please sign in to comment.