Use ubuntu-22.04 instead of ubuntu-latest for workflows

This commit is contained in:
Mihail Gribkov
2025-01-15 21:37:15 +03:00
committed by GitHub
parent 0174745881
commit 9c224ec4f5

View File

@@ -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: