From 82dbde738ee88d237d47d4526c0057a356496fca Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Mon, 13 Jan 2025 21:17:20 -0600 Subject: [PATCH] [ci][chore] upgrade workflow runner to ubuntu-24.04 Signed-off-by: Lee Calcote --- .github/workflows/ci.yml | 6 +++--- .github/workflows/error-codes-updater.yaml | 2 +- .github/workflows/release-drafter.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45ee2b2c..88fdf37c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: golangci: name: lint needs: [tidy] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@master - uses: actions/setup-go@master @@ -27,7 +27,7 @@ jobs: run: make check tidy: name: tidy - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@master - uses: actions/setup-go@master @@ -40,7 +40,7 @@ jobs: codecov: name: codecov needs: [ tidy ] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@master - uses: actions/setup-go@v5 diff --git a/.github/workflows/error-codes-updater.yaml b/.github/workflows/error-codes-updater.yaml index 82158c63..977d3ebf 100644 --- a/.github/workflows/error-codes-updater.yaml +++ b/.github/workflows/error-codes-updater.yaml @@ -11,7 +11,7 @@ jobs: Update-error-codes: name: Error codes utility if: github.repository == 'meshery/meshkit' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@master # token here with write access to meshkit repo diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a88e6d16..e2a67b5d 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -8,7 +8,7 @@ on: jobs: update_release_draft: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: # Drafts your next Release notes as Pull Requests are merged into "master" - uses: release-drafter/release-drafter@v5