Skip to content

Commit ed1d24e

Browse files
authored
Use ubuntu-latest instead of ubuntu-16.04 (#497)
1 parent b89247c commit ed1d24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- powerpc-unknown-linux-gnu
9595
- powerpc64-unknown-linux-gnu
9696
- wasm32-unknown-unknown
97-
runs-on: ubuntu-16.04
97+
runs-on: ubuntu-latest
9898
steps:
9999
- uses: actions/checkout@v2
100100
- name: Install Rust

0 commit comments

Comments
 (0)