From fc72687977e1c34259c42f0e408655cf2638760d Mon Sep 17 00:00:00 2001 From: glacambre Date: Sun, 12 May 2024 08:39:00 +0200 Subject: [PATCH] test.yml: update brew install instructions for firefox --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdf430e5..fc108858 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: - name: Install Firefox Dev Edition (MacOS) if: matrix.browser == 'firefox' && matrix.os == 'macos' run: | - brew install --cask homebrew/cask-versions/firefox-developer-edition + brew install --cask firefox@developer-edition echo "/Applications/Firefox Developer Edition.app/Contents/MacOS/" >> $GITHUB_PATH - name: Install Firefox Dev Edition (Windows) if: matrix.browser == 'firefox' && matrix.os == 'windows'