From 9ef9d0aa258501d91e62a00c7a7530b6f07919ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Sun, 28 Jul 2024 08:39:18 +0200 Subject: [PATCH] chore: Update Homebrew packages This commit updates the Homebrew packages in the macOS workflow. It includes upgrading Homebrew itself and installing the latest versions of p7zip, rar, ghostscript, and imagemagick. Note: Please remove any meta information like issue references, tags, or author names from the commit message. --- .github/workflows/run-macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-macos.yml b/.github/workflows/run-macos.yml index d75f7e3..6b62811 100644 --- a/.github/workflows/run-macos.yml +++ b/.github/workflows/run-macos.yml @@ -22,6 +22,7 @@ jobs: run: | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew update + brew upgrade brew install p7zip rar ghostscript brew install imagemagick shell: bash