From 86aa0fc65577e672752383ece777f44b5de6d0f3 Mon Sep 17 00:00:00 2001 From: rongxin Date: Wed, 31 Dec 2025 12:05:17 +0800 Subject: [PATCH] chore: run test ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26ca13b..f2aaf5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ on: jobs: ci: - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-22.04" env: OPENRESTY_PREFIX: "/usr/local/openresty" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Linux Get dependencies run: |