From 97ede70307de4bbe1b7617a5bc6a12b1acc89331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 22 Dec 2024 10:51:52 +0100 Subject: [PATCH] Revert "ci: fix macOS CI" Remove workaround for https://github.com/actions/runner-images/issues/10984 This reverts commit 2555c378a21fa5a78597080a71e4a5c3bc641358. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb100688c..1ba9f91dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -381,9 +381,7 @@ jobs: /usr/local/bin/python3.11 \ /usr/local/bin/python3.11-config \ ; - # workaround for https://github.com/actions/runner-images/issues/10984 - brew uninstall --ignore-dependencies --force pkg-config@0.29.2 - brew install asciidoctor aspell cjson guile lua ruby + brew install asciidoctor aspell cjson guile lua pkg-config ruby - uses: actions/checkout@v4