diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index ee206f10..033078d1 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -52,8 +52,8 @@ runs: with: dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel - - name: Setup pkf-config - if: runner.os == 'macOS' + - name: Setup Mono + if: inputs.os == 'macos-14' shell: bash run: | brew install mono