Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
h1994st committed Jun 19, 2023
1 parent 2d16484 commit d8b2d86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ env:
jobs:
test:
name: Build and Test
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-20.04
steps:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1.0.6
Expand Down

0 comments on commit d8b2d86

Please sign in to comment.