diff --git a/.github/workflows/attachReleaseArtifacts.yml b/.github/workflows/attachReleaseArtifacts.yml index e45200f..cc5410a 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/buildAndTest.yml b/.github/workflows/buildAndTest.yml index 4be3c1d..a461e36 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.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 35d43aa..b97e6e3 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@v3 with: