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.
2 parents c01373a + 24170d6 commit 8f2869fCopy full SHA for 8f2869f
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest']
+ os: ['ubuntu-20.04', 'ubuntu-18.04', 'macos-latest']
10
fail-fast: false
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments