From 04d3f7184fd3b413e89373ae8deae88ee4a5b9b3 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Tue, 11 Oct 2022 22:44:09 -0700 Subject: [PATCH] Update GitHub Actions runners to Ubuntu 22.04 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/fossa.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/notifications.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- .github/workflows/stale.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c8707e..23e1a9b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: build: name: Build Client - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: ${{ github.event.repository.fork == false }} steps: - name: Checkout Repository @@ -71,7 +71,7 @@ jobs: release: name: Release - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: ${{ startsWith(github.ref, 'refs/tags/') }} needs: build steps: diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 6b4c0109..20b44a8b 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -5,7 +5,7 @@ permissions: contents: write jobs: dependabot: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} steps: - name: Dependabot metadata diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index b553cfdf..6f915ec1 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -11,7 +11,7 @@ jobs: scan: name: Fossa - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout Repository uses: actions/checkout@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 342e9b58..e4c3db5d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout Repository uses: actions/checkout@v3 diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index dd564763..9e05b1db 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -13,7 +13,7 @@ on: jobs: on-failure: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - name: Data diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 55914008..cd79a3df 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ on: jobs: update_release_draft: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: release-drafter/release-drafter@v5 env: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 247b4505..640de737 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -5,7 +5,7 @@ on: jobs: stale: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/stale@v6 with: