diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a2384e29..1685e013 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: windows-latest env: DOTNET_NOLOGO: true diff --git a/Fuyu.code-workspace b/Fuyu.code-workspace index 2bdc7e51..8830c55c 100644 --- a/Fuyu.code-workspace +++ b/Fuyu.code-workspace @@ -51,16 +51,8 @@ }, "program": "OVERWRITTEN_BY_OS_SPECIFIC", "windows": { - "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/win-x64/Fuyu.Launcher.dll", - "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/win-x64/", - }, - "linux": { - "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/linux-x64/Fuyu.Launcher.dll", - "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/linux-x64/", - }, - "osx": { - "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/osx-x64/Fuyu.Launcher.dll", - "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0/osx-x64/", + "program": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/win-x64/Fuyu.Launcher.dll", + "cwd": "${workspaceFolder}/Fuyu.Launcher/bin/Debug/net8.0-windows/win-x64/", } } ]