diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 63b7ad9..58504bc 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "unofficial.Urho3DNet.Editor": { - "version": "0.3.7.824", + "version": "0.3.7.825", "commands": [ "rbfx" ] diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index eeff529..87d602e 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -55,7 +55,7 @@ jobs: # --------------------------------------------------------------------------------------- tests: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: diff --git a/Directory.Build.props b/Directory.Build.props index 340c954..2f6a63f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 0.3.7.824 + 0.3.7.825 \ No newline at end of file