Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
I believe the actions/runner-images#1811 has been resolved from Githubs end.
  • Loading branch information
unlucku authored Mar 16, 2022
1 parent e8dc309 commit c321f36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ jobs:
- name: Setup macOS environment
if: runner.os == 'macOS'
run: |
# Workaround for https://github.com/actions/virtual-environments/issues/1811
# Remove broken openssl and python packages, not used by Conscrypt builds
# TODO(prb): remove when no longer required.
brew uninstall --ignore-dependencies openssl
brew uninstall --ignore-dependencies python
brew update || echo update failed
brew install ninja || echo update failed
Expand Down

0 comments on commit c321f36

Please sign in to comment.