From 468c32275a587ca12900859027c5d550c060e205 Mon Sep 17 00:00:00 2001 From: agracio Date: Sun, 9 Mar 2025 19:35:50 +0000 Subject: [PATCH] testing macOS build --- .github/actions/setup-env/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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