From 194cf349bf83879aef2a240d68f27e0f4c0b4c9d Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Tue, 1 Apr 2025 19:53:57 +0000 Subject: [PATCH] chore: update runners to Ubuntu 22.04 - Support for 20.04 ends on 04/15/25. --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c106dd0..b292e89 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,7 +127,7 @@ jobs: run: go test ./... integration-tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 timeout-minutes: 20 steps: - name: Install dependencies @@ -165,7 +165,7 @@ jobs: run: go test -tags=integration ./... build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 @@ -245,7 +245,7 @@ jobs: uses: github/codeql-action/analyze@v2 publish: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 if: github.ref == 'refs/heads/main' steps: - name: Docker Login