SimpleMessagingService

Log | Files | Refs | README

commit bc66ebc5903825346b3d27bd9b0faee4f9e025f3
parent 634870258372191545874c79215c4b429436b210
Author: William Lindholm <85635561+LindholmLabs@users.noreply.github.com>
Date:   Sun, 14 Jul 2024 02:43:36 +0200

Update dotnet.yml
Diffstat:
M.github/workflows/dotnet.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v4