CI: remove Ubuntu 18.04 from lint and tests builds (#1670)

This commit is contained in:
Disconnect3d 2023-04-11 19:21:29 +02:00 committed by GitHub
parent 386a0ac756
commit 96482a60ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-22.04, ubuntu-20.04]
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:

View File

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-22.04, ubuntu-20.04]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps: