We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d8f68 commit 0446be2Copy full SHA for 0446be2
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [macos-latest]
+ os: [macos-10.15, ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
16
steps:
17
- uses: actions/checkout@v2
18
- name: Build
0 commit comments