diff options
| -rw-r--r-- | .github/workflows/code_size.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/code_size_comment.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/code_size.yml b/.github/workflows/code_size.yml index 1ef43d1fd..163d4455c 100644 --- a/.github/workflows/code_size.yml +++ b/.github/workflows/code_size.yml @@ -24,7 +24,7 @@ concurrency: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/code_size_comment.yml b/.github/workflows/code_size_comment.yml index a394f7a14..521afad70 100644 --- a/.github/workflows/code_size_comment.yml +++ b/.github/workflows/code_size_comment.yml @@ -11,7 +11,7 @@ concurrency: jobs: comment: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: 'Download artifact' id: download-artifact |
