Skip to content

Commit

Permalink
GitHub Actions: drop workaround for actions/runner-images#1811
Browse files Browse the repository at this point in the history
This has been fixed upstream by GitHub.
  • Loading branch information
elopez committed Jan 28, 2021
1 parent 3958913 commit 19d5d12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
# brew: automake

steps:
- name: Workaround for actions/virtual-environments#1811
if: runner.os == 'macOS'
run: |
brew untap local/homebrew-openssl
brew untap local/homebrew-python2
- name: Workaround for actions/cache#403
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 19d5d12

Please sign in to comment.