Skip to content

Commit

Permalink
migrate to ubuntu 22.04 for newly added ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr authored and sylvestre committed Mar 11, 2023
1 parent 82813c1 commit bc0718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
extra_args: --no-default-features --features=dist-tests test_dist_ -- --test-threads 1
sccache_log: sccache=trace
dist_exec_strategy: docker
- os: ubuntu-20.04
- os: ubuntu-22.04
rustc: 1.60.0
extra_desc: dist-worker
extra_args: --no-default-features --features=dist-tests test_dist_ -- --test-threads 1
Expand Down

0 comments on commit bc0718f

Please sign in to comment.