From 7cc07748bf2c024e07fb62e065a120b1055affcf Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 2 Apr 2024 20:43:00 +0200 Subject: [PATCH] CI: fix macOS build --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9225dec5..88c5b0a6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,9 +53,6 @@ jobs: - name: Install macOS dependencies if: runner.os == 'macOS' run: | - # FIXME: remove when Python is upgraded in the `macos-13` runner. - # https://github.com/actions/runner-images/issues/8838#issuecomment-1817486924 - brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done pip3 install meson brew install \ ninja pkg-config \