Use ubuntu-latest instead of ubuntu-16.04 (#497)

This commit is contained in:
Taiki Endo
2021-05-23 23:09:26 +09:00
committed by GitHub
parent b89247c713
commit ed1d24e570
+1 -1
View File
@@ -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