From 88c44715002c95016fbbed954ab4a633c0f30ff7 Mon Sep 17 00:00:00 2001 From: John Guo Date: Wed, 7 May 2025 19:06:00 +0800 Subject: [PATCH] fix(ci): change base image from expired ubuntu-22.04 to ubuntu-latest (#4273) --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 68afee40e..1f735d685 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -43,7 +43,7 @@ jobs: go-version: [ "1.22", "1.23" ] goarch: [ "386", "amd64" ] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest # Service containers to run with `code-test` services: