diff options
Diffstat (limited to '.github/workflows/ubuntu.yml')
| -rw-r--r-- | .github/workflows/ubuntu.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1d6fc65..9d2d9e5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -6,9 +6,6 @@ jobs: build: strategy: matrix: - os: - - ubuntu-latest - - ubuntu-20.04 config: - "" - --disable-curses @@ -17,7 +14,7 @@ jobs: - --disable-selinux - --disable-acl - --disable-help - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest env: CFLAGS_EXTRA: --coverage LDFLAGS_EXTRA: --coverage |
