From f12635363c1fcba5f2675a81c29eee81e9bbb2ed Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 6 Apr 2024 10:20:10 +0200 Subject: [PATCH] set homebrew env for macos --- .github/workflows/ci_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index c702116..5a8b4f3 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -295,7 +295,7 @@ jobs: run: | brew install zbar create-dmg - name: Setup homebrew env for macOS arm64 - if: matrix.os == 'macos-14' + if: runner.os == 'macOS' run: | # https://earthly.dev/blog/homebrew-on-m1/ eval "$(/opt/homebrew/bin/brew shellenv)"