From 175dec07bd0eef812afb1378180c6abc00891954 Mon Sep 17 00:00:00 2001 From: Weny Xu Date: Fri, 18 Apr 2025 17:11:07 +0800 Subject: [PATCH] chore: upgrade ci runner image version (#233) --- .github/workflows/license.yaml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/semantic-pr.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index b7fc582..5fac038 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -8,7 +8,7 @@ on: types: [opened, synchronize, reopened, ready_for_review] jobs: license-header-check: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: license-header-check steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db3ddbc..c270ab4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ env: jobs: typos: name: Spell Check with Typos - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: crate-ci/typos@master @@ -22,7 +22,7 @@ jobs: check: name: Check if: github.event.pull_request.draft == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4 @@ -48,7 +48,7 @@ jobs: fmt: name: Rustfmt if: github.event.pull_request.draft == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4 @@ -67,7 +67,7 @@ jobs: clippy: name: Clippy if: github.event.pull_request.draft == false - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 6a609ab..896200c 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -10,7 +10,7 @@ on: jobs: check: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - uses: amannn/action-semantic-pull-request@v5