diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ubuntu.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2c779c5..68e6291 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,9 +7,8 @@ jobs: strategy: matrix: os: - - ubuntu-22.04 # should be latest, documentation is outdated - - ubuntu-20.04 # latest - - ubuntu-18.04 + - ubuntu-latest + - ubuntu-20.04 config: - "" - --disable-curses @@ -38,11 +37,6 @@ jobs: libtre-dev \ lua-lpeg - - name: Dependency Ubuntu 18.04 - if: matrix.os == 'ubuntu-18.04' - run: | - sudo apt install lua-busted - - name: Build run: | ./configure ${{ matrix.config }} |
