diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd65241d3..32cce1ffa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: concurrency: group: ${{ github.head_ref || github.ref }} cancel-in-progress: true - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v3.0.2 with: