Skip to content

Commit

Permalink
Use ubuntu-latest instead of ubuntu-16.04 (tokio-rs#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and lelongg committed Jan 9, 2023
1 parent 661dfbd commit 5ff6f5f
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 @@ -94,7 +94,7 @@ jobs:
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- wasm32-unknown-unknown
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
Expand Down

0 comments on commit 5ff6f5f

Please sign in to comment.