diff --git a/.github/workflows/attachReleaseArtifacts.yml b/.github/workflows/attachReleaseArtifacts.yml index ac68691f5e..845a867aab 100644 --- a/.github/workflows/attachReleaseArtifacts.yml +++ b/.github/workflows/attachReleaseArtifacts.yml @@ -12,7 +12,7 @@ env: 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 4fbba9b2ad..efe16c8239 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,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 708503c6df..60806302cb 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: