From 8f9f55d42b19457ca71fbb6bc60fd57473810013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 31 Dec 2024 12:57:07 -0500 Subject: [PATCH] github: Bump most workflows to 24.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/commits.yml | 4 ++-- .github/workflows/tests.yml | 7 ++----- .github/workflows/triage.yml | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 853cbf22f..ad605d780 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -10,7 +10,7 @@ jobs: permissions: pull-requests: read # for tim-actions/get-pr-commits to get list of commits from the PR name: Signed-off-by (DCO) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Get PR Commits id: 'get-pr-commits' @@ -27,7 +27,7 @@ jobs: permissions: contents: none name: Branch target - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Check branch target env: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 73d85b241..087d2d6b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ concurrency: jobs: code-tests: name: Code - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -72,10 +72,7 @@ jobs: - name: Install dependencies run: | - sudo add-apt-repository ppa:ubuntu-lxc/daily -y --no-update - sudo add-apt-repository ppa:cowsql/stable -y --no-update sudo apt-get update - sudo apt-get install --no-install-recommends -y \ curl \ gettext \ @@ -446,7 +443,7 @@ jobs: documentation: name: Documentation - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 2c11a3d0c..04ec37ca1 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -11,7 +11,7 @@ jobs: contents: read # for actions/labeler to determine modified files pull-requests: write # for actions/labeler to add labels to PRs name: PR labels - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/labeler@v5 with: