Skip to content

Commit

Permalink
Use ubuntu-latest instead of ubuntu-16.04 (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 23, 2021
1 parent b89247c commit ed1d24e
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 ed1d24e

Please sign in to comment.