Update linux-builds.yml

Removed ubuntu 16.04 from GitHub workflow because it is not supported by GitHUb any longer
This commit is contained in:
githubuser0xFFFF 2021-10-05 06:56:51 +02:00 committed by GitHub
parent 0b82ff30fe
commit 5f89dd0465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, ubuntu-18.04, ubuntu-16.04] os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}