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)"