Skip to content

Commit 0446be2

Browse files
authored
Update build.yml
1 parent 63d8f68 commit 0446be2

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [macos-latest]
15+
os: [macos-10.15, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Build

0 commit comments

Comments
 (0)