Skip to content

Commit

Permalink
Merge pull request #236 from bitshares/ubuntu-20
Browse files Browse the repository at this point in the history
Ubuntu 20.04 Support
  • Loading branch information
abitmore authored Jan 29, 2021
2 parents 1e41a88 + ecb5137 commit bc14601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-ubuntu-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and run tests in Debug mode
strategy:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04 ]
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-ubuntu-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build and run tests in Release mode
strategy:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04 ]
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
Expand Down

0 comments on commit bc14601

Please sign in to comment.