From ee6d225ea37d1d7bea04a0f78b8f1453a34364f0 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Wed, 23 Apr 2025 12:54:54 +0800 Subject: [PATCH] ci: use ubuntu-latest (#66) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ee61978..a1c88152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -274,7 +274,7 @@ jobs: test-features: name: Test features - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: