diff options
author | 2021-05-23 23:09:26 +0900 | |
---|---|---|
committer | 2021-05-23 23:09:26 +0900 | |
commit | ed1d24e57079a86c6201b5fd6be6f789265f0e6a (patch) | |
tree | ec1c137e06f2bf2d90ff281f8f91863e7ba6d934 | |
parent | b89247c713c6c77089cfd722dc4632db4ae4ccb3 (diff) | |
download | bytes-ed1d24e57079a86c6201b5fd6be6f789265f0e6a.tar.gz bytes-ed1d24e57079a86c6201b5fd6be6f789265f0e6a.tar.zst bytes-ed1d24e57079a86c6201b5fd6be6f789265f0e6a.zip |
Use ubuntu-latest instead of ubuntu-16.04 (#497)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f4d526..00a4414 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |