From 6d44c6eac9960b11eb15827e9aa65f2c2e05cf90 Mon Sep 17 00:00:00 2001 From: Mikhail Tyukin Date: Thu, 4 Dec 2025 21:26:18 -0500 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index a1209bc..2e1ac34 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -54,7 +54,7 @@ jobs: matrix: configuration: [Release] - runs-on: linux-latest # For a list of available runner types, refer to + runs-on: ubuntu-latest # For a list of available runner types, refer to # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on steps: