Skip to content

Commit

Permalink
Add Ubuntu 20.04 to Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Feb 10, 2021
1 parent 4be4d1e commit 379d121
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 379d121

Please sign in to comment.