Skip to content

Commit 3e780de

Browse files
committed
Try installing rosetta on macOS
1 parent 21be478 commit 3e780de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
echo ''
2222
else
2323
nuget help || brew install nuget -q
24+
softwareupdate --install-rosetta
2425
fi
2526
shell: bash
2627
- uses: actions/[email protected]
@@ -33,7 +34,7 @@ jobs:
3334
uses: microsoft/[email protected]
3435
if: matrix.os == 'windows-latest'
3536

36-
- name: Setup .NET 6.0, 7.0, 8.0, 9.0, 1.0 for tests
37+
- name: Setup .NET 6.0, 7.0, 8.0, 9.0, 10.0 for tests
3738
uses: actions/[email protected]
3839
with:
3940
dotnet-version: |

0 commit comments

Comments
 (0)