From 9c224ec4f59355d434c003ba428ca147010d205d Mon Sep 17 00:00:00 2001 From: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:37:15 +0300 Subject: [PATCH] Use `ubuntu-22.04` instead of `ubuntu-latest` for workflows --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4f740341ab..f0b56b3fae 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ on: jobs: build: name: Build and Test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: ArtifactStagingDirectory: "artifacts" IsTagBuild: false @@ -73,7 +73,7 @@ jobs: deploy: name: Deploy - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [build] if: github.event_name != 'pull_request' env: