Skip to content

Commit 566bd59

Browse files
committed
Build on Ubuntu 20.04 too
1 parent 83acf48 commit 566bd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
53+
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest, windows-latest ]
5454
runs-on: ${{ matrix.os }}
5555
steps:
5656
- uses: actions/download-artifact@v1

0 commit comments

Comments
 (0)