Skip to content

Commit 178603e

Browse files
Update linux-builds.yml
1 parent 552cee5 commit 178603e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux-builds.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on: [push]
44

55
jobs:
66
build:
7+
strategy:
8+
matrix:
9+
os: [ubuntu-latest, ubuntu-18.04, ubuntu-16.04]
710

8-
runs-on: ubuntu-18.04
11+
runs-on: ${{ matrix.os }}
912

1013
steps:
1114
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)