diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 826a698..d59df5d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -41,10 +41,10 @@ jobs: pactl set-default-sink VirtualSink - name: Test Linux and Windows - if: ${{ runner.os != "MacOS" }} + 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: