Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank authored Aug 19, 2024
1 parent bb42d5f commit 9bdba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: ${{ runner.os != "MacOS" }}
run: dotnet test --no-build --verbosity normal
- name: Mac
if: ${{ runner.os != "MacOS" }}
if: ${{ runner.os == "MacOS" }}
run: arch -x86_64 dotnet test --no-build --verbosity normal
pack:
strategy:
Expand Down

0 comments on commit 9bdba09

Please sign in to comment.