Skip to content

Commit

Permalink
testing macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 9, 2025
1 parent 12ec7d1 commit 468c322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 468c322

Please sign in to comment.