diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-04-01 08:35:31 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 08:35:31 +0530 |
| commit | bafffa95a08765085ab0bb43732d268038a46630 (patch) | |
| tree | 1fbafbba7ab84635cf16d4bb1b0ef254bb8b0da3 /.github/workflows/bench_cron.yml | |
| parent | f465123fdc552eceb1931492b2ed1a96ff6c207f (diff) | |
ci: update to Ubuntu 22.04 runners for all workflows (#18526)
Diffstat (limited to '.github/workflows/bench_cron.yml')
| -rw-r--r-- | .github/workflows/bench_cron.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bench_cron.yml b/.github/workflows/bench_cron.yml index 282e96bfe..3725f80a8 100644 --- a/.github/workflows/bench_cron.yml +++ b/.github/workflows/bench_cron.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04-xl] + os: [ubuntu-22.04-xl] env: CARGO_TERM_COLOR: always |
