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: jobs:
build: build:
name: Build and Test name: Build and Test
runs-on: ubuntu-latest runs-on: ubuntu-22.04
env: env:
ArtifactStagingDirectory: "artifacts" ArtifactStagingDirectory: "artifacts"
IsTagBuild: false IsTagBuild: false
@@ -73,7 +73,7 @@ jobs:
deploy: deploy:
name: Deploy name: Deploy
runs-on: ubuntu-latest runs-on: ubuntu-22.04
needs: [build] needs: [build]
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
env: env: