Skip to content

Commit b7f31bb

Browse files
authored
chore(ci): Undo macOS brew workaround (#888)
1 parent 0696e4f commit b7f31bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ jobs:
2323
node-version: 12.x
2424
- name: Update Brew (macOS)
2525
if: matrix.os == 'macOS-latest'
26-
run: |
27-
# Workaround https://github.com/actions/virtual-environments/issues/1811
28-
brew untap local/homebrew-openssl
29-
brew untap local/homebrew-python2
30-
# End workaround
31-
brew update
26+
run: brew update
3227
- name: Install Chrome (macOS)
3328
if: matrix.os == 'macOS-latest' && matrix.browser == 'ChromeHeadless'
3429
run: brew cask install google-chrome

0 commit comments

Comments
 (0)