We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c7b1f commit 12ff7eaCopy full SHA for 12ff7ea
.github/actions/setup-env/action.yml
@@ -52,7 +52,8 @@ runs:
52
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel
53
54
- name: Setup Mono
55
- if: inputs.os == 'macos-14' || inputs.os == 'macos-15'
+ if: runner.os == 'macOS'
56
+ # if: inputs.os == 'macos-14' || inputs.os == 'macos-15'
57
shell: bash
58
run: |
59
brew install mono --overwrite
0 commit comments