From 521f09b3add3feb407beb6f0091a3d7e9f96b4f8 Mon Sep 17 00:00:00 2001 From: Oleksandr Melnyk Date: Sun, 12 Jun 2022 13:46:27 +0300 Subject: [PATCH] Update CI --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51877f2..7775f98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,10 +6,10 @@ on: jobs: build: + runs-on: ubuntu-latest - timeout-minutes: 5 + steps: - - name: Checkout - uses: actions/checkout@v3 - name: Setup .NET uses: actions/setup-dotnet@v2