From 986615c7f748f17efae5349304c9ec8378c4edad Mon Sep 17 00:00:00 2001 From: "Joel Rosental R." Date: Tue, 18 Feb 2025 18:53:43 +0100 Subject: [PATCH] Switching GH runners to ubuntu-24.04 --- .github/workflows/ci-build.yml | 2 +- .github/workflows/verify-dependencies.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 33690eac..e840c31d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -12,7 +12,7 @@ on: jobs: golangci: name: GolangCI Lint - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/verify-dependencies.yml b/.github/workflows/verify-dependencies.yml index c4165afc..387e93f6 100644 --- a/.github/workflows/verify-dependencies.yml +++ b/.github/workflows/verify-dependencies.yml @@ -7,7 +7,7 @@ on: jobs: verify-dependencies: name: Verify Dependencies - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code @@ -24,4 +24,4 @@ jobs: - name: Verify run: | - make verify-replace-run \ No newline at end of file + make verify-replace-run