Skip to content

Commit

Permalink
Remove the workaround that was required for MacOS CI installation. (#…
Browse files Browse the repository at this point in the history
…4921)

Signed-off-by: fruffy <[email protected]>
  • Loading branch information
fruffy authored Sep 19, 2024
1 parent 598119b commit 90a9a01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ jobs:

- name: Install dependencies (MacOS)
run: |
# FIXME: We should not need to do this, but there are currently some complications with Github CI.
# See https://github.com/actions/runner-images/issues/4020.
# See https://github.com/actions/runner-images/issues/8838.
brew install [email protected] || true
brew link --overwrite [email protected]
brew pin [email protected]
tools/install_mac_deps.sh
- name: Build (MacOS)
Expand Down

0 comments on commit 90a9a01

Please sign in to comment.