From 28165489b650790d8230b320aac8130323d37ab6 Mon Sep 17 00:00:00 2001 From: siimav Date: Sat, 12 Oct 2024 01:33:49 +0300 Subject: [PATCH] Fix CI builds --- .github/workflows/attachReleaseArtifacts.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/pr-comment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/attachReleaseArtifacts.yml b/.github/workflows/attachReleaseArtifacts.yml index 3d1eb49c..5aedfe34 100644 --- a/.github/workflows/attachReleaseArtifacts.yml +++ b/.github/workflows/attachReleaseArtifacts.yml @@ -9,7 +9,7 @@ on: jobs: attach-release-artifacts: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06da4ad6..4f3c79af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: build: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: [check-secret] if: needs.check-secret.outputs.has-password == 'true' # Steps represent a sequence of tasks that will be executed as part of the job diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 708503c6..60806302 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -6,7 +6,7 @@ on: jobs: pr_comment: if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/github-script@v5 with: