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