From eb8f9bba4f73cba7f7943e92f13f8e7e8731db9f Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 20 Sep 2024 00:10:58 +0800 Subject: [PATCH] update check profile to use 24.04 --- .github/workflows/check_profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index 3318cbf1c..4ae214f9c 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -18,7 +18,7 @@ on: jobs: check_translation: name: Check profiles - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4