Skip to content

Commit

Permalink
Use ubuntu-22.04 instead of ubuntu-latest for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 authored Jan 15, 2025
1 parent 0174745 commit 9c224ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9c224ec

Please sign in to comment.