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 8c7bb7e commit b39d4c0Copy full SHA for b39d4c0
.github/workflows/build-linux.yml
@@ -6,7 +6,7 @@ jobs:
6
build-matrix:
7
strategy:
8
matrix:
9
- os: [ ubuntu-18.04, ubuntu-20.04 ]
+ os: [ ubuntu-20.04 ]
10
option: [ minimal, default, maximal ]
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments