Skip to content

Commit 12ff7ea

Browse files
committed
testing macOS build
1 parent c8c7b1f commit 12ff7ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup-env/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ runs:
5252
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel
5353

5454
- name: Setup Mono
55-
if: inputs.os == 'macos-14' || inputs.os == 'macos-15'
55+
if: runner.os == 'macOS'
56+
# if: inputs.os == 'macos-14' || inputs.os == 'macos-15'
5657
shell: bash
5758
run: |
5859
brew install mono --overwrite

0 commit comments

Comments
 (0)